diff options
Diffstat (limited to 'maps/testbg.tmx')
-rw-r--r-- | maps/testbg.tmx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/maps/testbg.tmx b/maps/testbg.tmx index c744f7fe..30d2f154 100644 --- a/maps/testbg.tmx +++ b/maps/testbg.tmx @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" nextobjectid="1"> + <properties> + <property name="name" value="testbg"/> + </properties> <tileset firstgid="1" name="artis-indoor" tilewidth="32" tileheight="32" tilecount="256" columns="16"> <image source="../graphics/tilesets/artis-indoor.png" width="512" height="512"/> </tileset> |