summaryrefslogtreecommitdiffstats
path: root/games/classic/level08.tmx
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-03-28 22:25:27 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-03-29 23:45:13 (EDT)
commitc6184b53a99499c04976d029e6399c5c81f9fb33 (patch)
treeaa94796b01bfbc92996a2b9aa40fa89124080a96 /games/classic/level08.tmx
parent2089d501882f927f8d8dd932dd1b167f722ae1cd (diff)
downloaddodge-balls-c6184b53a99499c04976d029e6399c5c81f9fb33.zip
dodge-balls-c6184b53a99499c04976d029e6399c5c81f9fb33.tar.gz
dodge-balls-c6184b53a99499c04976d029e6399c5c81f9fb33.tar.bz2
games/classic: Add ball collision lines
Diffstat (limited to 'games/classic/level08.tmx')
-rw-r--r--games/classic/level08.tmx23
1 files changed, 22 insertions, 1 deletions
diff --git a/games/classic/level08.tmx b/games/classic/level08.tmx
index f56261a..9b5b38a 100644
--- a/games/classic/level08.tmx
+++ b/games/classic/level08.tmx
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<map version="1.0" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="32" tileheight="32" backgroundcolor="#7f7f7f" nextobjectid="19">
+<map version="1.0" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="32" tileheight="32" backgroundcolor="#7f7f7f" nextobjectid="26">
<properties>
<property name="framerate" type="int" value="30"/>
</properties>
@@ -69,5 +69,26 @@
<property name="type" value="target"/>
</properties>
</object>
+ <object id="19" x="32" y="352">
+ <polyline points="0,0 0,-32 128,-32 128,0 0,0"/>
+ </object>
+ <object id="20" x="32" y="256">
+ <polyline points="0,0 0,-32 256,-32 256,0 0,0"/>
+ </object>
+ <object id="21" x="224" y="352">
+ <polyline points="0,0 0,-32 96,-32 96,0 0,0"/>
+ </object>
+ <object id="22" x="352" y="288">
+ <polyline points="0,0 0,-64 128,-64 128,0 0,0"/>
+ </object>
+ <object id="23" x="32" y="160">
+ <polyline points="0,0 0,-32 448,-32 448,0 0,0"/>
+ </object>
+ <object id="24" x="544" y="288">
+ <polyline points="0,0 0,-256 32,-256 32,0 0,0"/>
+ </object>
+ <object id="25" x="480" y="448">
+ <polyline points="0,0 0,-96 128,-96 128,0 0,0"/>
+ </object>
</objectgroup>
</map>