summaryrefslogtreecommitdiff
path: root/hercules/templates
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-03 15:33:59 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-03 15:33:59 +0300
commit1f87e2efab56ead96c68d66252811c11582aeae3 (patch)
tree2ea4cf521c5f8b3415561503db29da4c7d6fc77b /hercules/templates
parent6d3f99556195c03fd479cb8fb7f52f4a9522d44b (diff)
downloadtools-1f87e2efab56ead96c68d66252811c11582aeae3.tar.gz
tools-1f87e2efab56ead96c68d66252811c11582aeae3.tar.bz2
tools-1f87e2efab56ead96c68d66252811c11582aeae3.tar.xz
tools-1f87e2efab56ead96c68d66252811c11582aeae3.zip
hecules: remove temp tmx file.
Diffstat (limited to 'hercules/templates')
-rw-r--r--hercules/templates/example.tmx38
1 files changed, 0 insertions, 38 deletions
diff --git a/hercules/templates/example.tmx b/hercules/templates/example.tmx
deleted file mode 100644
index 1d14957..0000000
--- a/hercules/templates/example.tmx
+++ /dev/null
@@ -1,38 +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="10" height="10" tilewidth="32" tileheight="32">
- <tileset firstgid="1" name="tiles" tilewidth="32" tileheight="32">
- <image source="tileset.png" width="64" height="32"/>
- </tileset>
- <tileset firstgid="3" name="Collision" tilewidth="32" tileheight="32">
- <image source="collision.png" width="64" height="32"/>
- </tileset>
- <layer name="ground" width="10" height="10">
- <data encoding="csv">
-1,2,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0
-</data>
- </layer>
- <layer name="Collision" width="10" height="10">
- <data encoding="csv">
-4,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0
-</data>
- </layer>
-</map>