summaryrefslogtreecommitdiff
path: root/llama.tmx
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-20 18:14:44 +0200
committerThomas White <taw@physics.org>2020-09-20 18:14:44 +0200
commita6cc23ddcb2cc8981edac662b1b440a33dd57a69 (patch)
tree4a02e3c560c8495c241f66e9d699da8c9a4c3b88 /llama.tmx
parent62d628fe7f42539c17a597c7634bfe373c018de2 (diff)
Adjust collision detection grid
Gravity calculation fails when an object is exactly on top of a cell boundary.
Diffstat (limited to 'llama.tmx')
-rw-r--r--llama.tmx4
1 files changed, 2 insertions, 2 deletions
diff --git a/llama.tmx b/llama.tmx
index 0aaadbf..be9c354 100644
--- a/llama.tmx
+++ b/llama.tmx
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="100" height="16" tilewidth="32" tileheight="32" infinite="0" nextlayerid="3" nextobjectid="15">
+<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="100" height="16" tilewidth="32" tileheight="32" infinite="0" nextlayerid="3" nextobjectid="17">
<tileset firstgid="1" name="llama" tilewidth="32" tileheight="32" tilecount="25" columns="5">
<image source="Tileset_ground.png" width="160" height="160"/>
</tileset>
@@ -31,6 +31,6 @@
<object id="11" x="1346.67" y="254.667" width="88" height="28"/>
<object id="12" x="1506.67" y="189.333" width="184" height="29.3333"/>
<object id="13" x="1732" y="254.667" width="89.3333" height="28"/>
- <object id="14" x="1858.67" y="288" width="474.667" height="26.6667"/>
+ <object id="14" x="1858.67" y="290" width="474.667" height="26.6667"/>
</objectgroup>
</map>