summaryrefslogtreecommitdiffstats
path: root/games/classic/level05.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/level05.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/level05.tmx')
-rw-r--r--games/classic/level05.tmx8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/classic/level05.tmx b/games/classic/level05.tmx
index 23f180b..3c4ce70 100644
--- a/games/classic/level05.tmx
+++ b/games/classic/level05.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="14">
+<map version="1.0" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="32" tileheight="32" backgroundcolor="#7f7f7f" nextobjectid="16">
<properties>
<property name="framerate" type="int" value="30"/>
</properties>
@@ -34,5 +34,11 @@
<property name="type" value="target"/>
</properties>
</object>
+ <object id="14" x="32" y="448">
+ <polyline points="0,0 0,-288 160,-288 160,-128 256,-128 256,0 0,0"/>
+ </object>
+ <object id="15" x="224" y="288">
+ <polyline points="0,0 0,-256 288,-256 288,-192 320,-192 320,-128 384,-128 384,0 0,0"/>
+ </object>
</objectgroup>
</map>