mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 22:18:58 +00:00
44 lines
997 B
INI
44 lines
997 B
INI
#textdomain wesnoth
|
|
# These are clutter, scheduled to be removed.
|
|
|
|
# ! in comments is used for generating HTML documentation, ignore it otherwise.
|
|
|
|
#wmllint: markcheck off
|
|
#define DEPRECATE MACRO_NAME VERSION_NAME
|
|
# Tag macros for removal, the VERSION_NAME argument is the
|
|
# release where the message is shown the first time.
|
|
# The removal will be 2 versions later.
|
|
[deprecated_message]
|
|
message="Macro '" + {MACRO_NAME} + "' is scheduled for removal in Wesnoth " + {VERSION_NAME} + "."
|
|
[/deprecated_message]
|
|
#enddef
|
|
#wmllint: markcheck on
|
|
|
|
#define TREMOR
|
|
# Replaced by QUAKE, which has the sound as explicit argument.
|
|
{DEPRECATE TREMOR 1.5.6}
|
|
[sound]
|
|
name="rumble.ogg"
|
|
[/sound]
|
|
[scroll]
|
|
x=5
|
|
y=0
|
|
[/scroll]
|
|
[scroll]
|
|
x=-10
|
|
y=0
|
|
[/scroll]
|
|
[scroll]
|
|
x=5
|
|
y=5
|
|
[/scroll]
|
|
[scroll]
|
|
x=0
|
|
y=-10
|
|
[/scroll]
|
|
[scroll]
|
|
x=0
|
|
y=5
|
|
[/scroll]
|
|
#enddef
|