Fixed bug #13586
This commit is contained in:
parent
84e336c6af
commit
50406d3d62
2 changed files with 26 additions and 1 deletions
|
@ -248,5 +248,30 @@ name=moveto
|
|||
bonus=yes
|
||||
[/endlevel]
|
||||
[/event]
|
||||
|
||||
[terrain_graphics]
|
||||
x,y=13,13
|
||||
map="
|
||||
*
|
||||
* *
|
||||
1
|
||||
* *
|
||||
*"
|
||||
|
||||
[tile]
|
||||
pos=1
|
||||
type=*
|
||||
[/tile]
|
||||
[image]
|
||||
name="forest"
|
||||
position=vertical
|
||||
base=90,144
|
||||
[/image]
|
||||
[/terrain_graphics]
|
||||
|
||||
[label]
|
||||
x,y=15,15
|
||||
text="This is not a forest"
|
||||
[/label]
|
||||
[/test]
|
||||
|
||||
|
|
|
@ -231,7 +231,7 @@
|
|||
[image]
|
||||
name={TILE}
|
||||
position=vertical
|
||||
base=36,108
|
||||
base=90,144
|
||||
[/image]
|
||||
[/terrain_graphics]
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue