summaryrefslogtreecommitdiff
path: root/level.tmx
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-25 08:44:24 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-25 08:44:24 -0400
commit3c38445f3c04b43641347a609e1eb6b1dc2396cb (patch)
tree22b372a2cf7c5e5de4ddc89b85205b5c4b49817a /level.tmx
parent3a1afc62724f1631f23b5aa044856f7d09db14eb (diff)
Fix stationary enemy movement.
Diffstat (limited to 'level.tmx')
-rw-r--r--level.tmx3
1 files changed, 2 insertions, 1 deletions
diff --git a/level.tmx b/level.tmx
index 2191ef4..c16eb72 100644
--- a/level.tmx
+++ b/level.tmx
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<map version="1.8" tiledversion="1.8.6" orientation="orthogonal" renderorder="right-down" width="15" height="40" tilewidth="16" tileheight="16" infinite="0" nextlayerid="6" nextobjectid="13">
+<map version="1.8" tiledversion="1.8.6" orientation="orthogonal" renderorder="right-down" width="15" height="40" tilewidth="16" tileheight="16" infinite="0" nextlayerid="6" nextobjectid="14">
<tileset firstgid="1" source="tiles.tsx"/>
<layer id="2" name="background" width="15" height="40">
<data encoding="csv">
@@ -137,5 +137,6 @@
<object id="10" type="enemy-a" x="16" y="336" width="16" height="16"/>
<object id="11" type="enemy-a" x="192" y="336" width="16" height="16"/>
<object id="12" type="enemy-a" x="112" y="176" width="16" height="16"/>
+ <object id="13" type="enemy-a" x="112" y="0" width="16" height="16"/>
</objectgroup>
</map>