mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 15:14:16 +00:00
Typo fixes and comments. Reorganization of the mutils macros is complete.
This commit is contained in:
parent
1902558730
commit
f13c81ff91
@ -1,4 +1,4 @@
|
|||||||
# Macros for terleporting units.
|
# Macros for teleporting units.
|
||||||
# These don't depend on any other macros. Please don't change this.
|
# These don't depend on any other macros. Please don't change this.
|
||||||
|
|
||||||
# Teleports a unit matching FILTER to NEWX,NEWY
|
# Teleports a unit matching FILTER to NEWX,NEWY
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# Utility macros for manipulating map terrain.
|
||||||
|
# These don't depend on any other macros. Please don't change this.
|
||||||
|
|
||||||
|
|
||||||
# Changes the terrain at a given list of coordinates
|
# Changes the terrain at a given list of coordinates
|
||||||
# For example we could make 14,15 and 14,16 grassland:
|
# For example we could make 14,15 and 14,16 grassland:
|
||||||
# {MODIFY_TERRAIN g (14,14) (15,16)}
|
# {MODIFY_TERRAIN g (14,14) (15,16)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user