summaryrefslogtreecommitdiffstats
path: root/games/classic/level07.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/level07.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/level07.tmx')
-rw-r--r--games/classic/level07.tmx11
1 files changed, 10 insertions, 1 deletions
diff --git a/games/classic/level07.tmx b/games/classic/level07.tmx
index 72cf875..69ae760 100644
--- a/games/classic/level07.tmx
+++ b/games/classic/level07.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="11">
+<map version="1.0" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="32" tileheight="32" backgroundcolor="#7f7f7f" nextobjectid="14">
<properties>
<property name="framerate" type="int" value="30"/>
</properties>
@@ -48,5 +48,14 @@
<property name="type" value="target"/>
</properties>
</object>
+ <object id="11" x="32" y="288">
+ <polyline points="0,0 0,-32 256,-32 256,0 0,0"/>
+ </object>
+ <object id="12" x="32" y="192">
+ <polyline points="0,0 0,-64 416,-64 416,0 0,0"/>
+ </object>
+ <object id="13" x="480" y="448">
+ <polyline points="0,0 0,-192 128,-192 128,0 0,0"/>
+ </object>
</objectgroup>
</map>