diff options
Diffstat (limited to 'mapcache/templates/template.tmx')
-rw-r--r-- | mapcache/templates/template.tmx | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/mapcache/templates/template.tmx b/mapcache/templates/template.tmx deleted file mode 100644 index 40d8d14..0000000 --- a/mapcache/templates/template.tmx +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd"> -<map version="1.0" orientation="orthogonal" width="{0}" height="{1}" tilewidth="32" tileheight="32"> - <tileset firstgid="1" name="tiles" tilewidth="32" tileheight="32"> - <image source="../graphics/tilesets/tileset.png" width="64" height="32"/> - </tileset> - <tileset firstgid="3" name="Collision" tilewidth="32" tileheight="32"> - <image source="../graphics/tilesets/collision.png" width="64" height="32"/> - </tileset> - <layer name="ground" width="{0}" height="{1}"> - <data encoding="csv"> -{2} -</data> - </layer> - <layer name="Fringe" width="{0}" height="{1}"> - <data encoding="csv"> -{4} -</data> - </layer> - <layer name="Collision" width="{0}" height="{1}"> - <data encoding="csv"> -{3} -</data> - </layer> -</map> |