diff options
author | zlago | 2024-09-27 18:34:24 +0200 |
---|---|---|
committer | zlago | 2024-09-27 18:34:24 +0200 |
commit | e304b0a4acc3f0870f55e6b584c464096333dfdc (patch) | |
tree | 9c985b966d758020e0aa0efdd8cbdb69ec716412 /src/res | |
parent | d3dc2389c308278442831f370950b2d25e5fa734 (diff) |
tilemap collision
the 'middle ground' layer is the only layer which is solid, and the boundary between the background and the foreground additionally, the maps now can have a custom sky color
Diffstat (limited to 'src/res')
-rw-r--r-- | src/res/untitled.tmx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/res/untitled.tmx b/src/res/untitled.tmx index 51b506c..6a8bbd0 100644 --- a/src/res/untitled.tmx +++ b/src/res/untitled.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="30" height="20" tilewidth="8" tileheight="8" infinite="0" nextlayerid="7" nextobjectid="6"> +<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="30" height="20" tilewidth="8" tileheight="8" infinite="0" backgroundcolor="#63acef" nextlayerid="7" nextobjectid="6"> <properties> <property name="custom 1" value="1234"/> <property name="custom 2" type="bool" value="true"/> @@ -32,6 +32,9 @@ </data> </layer> <group id="5" name="Group Layer 1"> + <properties> + <property name="middleground" type="bool" value="true"/> + </properties> <layer id="1" name="Tile Layer 1" width="30" height="20" offsetx="-4" offsety="-4"> <data encoding="csv"> 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, |