Alexander van Gessel 38b224c1ff Revert "Revert "Merge branch 'master' of github.com:wesnoth/wesnoth-old""
This reverts commit 23b72d6956e6316f8b50a6accba607f66cf197a7.
2013-08-09 00:13:46 +02:00

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