mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 00:31:39 +00:00
18 lines
381 B
INI
18 lines
381 B
INI
# Macros for terrains that appear differently (or only) in the editor
|
|
|
|
#define EDITOR_OVERLAY TERRAIN IMAGE_NAME
|
|
#ifdef EDITOR
|
|
[terrain_graphics]
|
|
[tile]
|
|
x,y=0,0
|
|
type={TERRAIN}
|
|
|
|
[image]
|
|
name={IMAGE_NAME}.png~O(0.5)
|
|
layer=1000
|
|
[/image]
|
|
[/tile]
|
|
[/terrain_graphics]
|
|
#endif
|
|
#enddef
|