summaryrefslogtreecommitdiff
path: root/resources/map.tmx
diff options
context:
space:
mode:
authorLucy Veron <lucymveron@gmail.com>2019-06-15 19:36:14 +0200
committerLucy Veron <lucymveron@gmail.com>2019-06-15 19:36:14 +0200
commitfefa743fd24626bdd3ea3ef1db09688377321884 (patch)
tree1c21bf89749a6bc5df4f7c1a8cafd7f687f96d26 /resources/map.tmx
parent0a485dd5f676bdf87b708c4c0ec44a3a263f25d0 (diff)
added tiled mapping resource
Diffstat (limited to 'resources/map.tmx')
-rw-r--r--resources/map.tmx28
1 files changed, 28 insertions, 0 deletions
diff --git a/resources/map.tmx b/resources/map.tmx
new file mode 100644
index 0000000..19762e3
--- /dev/null
+++ b/resources/map.tmx
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="20" height="20" tilewidth="16" tileheight="16" infinite="0" nextlayerid="2" nextobjectid="1">
+ <tileset firstgid="1" source="tileset.tsx"/>
+ <layer id="1" name="Tile Layer 1" width="20" height="20">
+ <data encoding="csv">
+2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
+1,1,1,1,1,1,2,2,2,2,2,2,2,2,1,1,2,2,2,2,
+1,1,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,
+1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,
+1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
+3,3,3,3,3,3,1,1,1,1,1,1,1,3,3,3,3,3,3,1,
+3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
+3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
+</data>
+ </layer>
+</map>