summary refs log tree commit diff
path: root/src/res
diff options
context:
space:
mode:
authorzlago2024-10-23 19:17:26 +0200
committerzlago2024-10-23 19:17:26 +0200
commitb12606899c98d7fc7a120c2b79797b5c45283ad2 (patch)
treef210a037fee0f2346bae8a10d1edc1b445b4324f /src/res
parentaf6acead62498bc49065ef828e388bcd511ce54d (diff)
hacky save system
Diffstat (limited to 'src/res')
-rw-r--r--src/res/big.tmx5
-rw-r--r--src/res/save.asebin0 -> 394 bytes
-rw-r--r--src/res/tiny.tmx8
3 files changed, 11 insertions, 2 deletions
diff --git a/src/res/big.tmx b/src/res/big.tmx
index 7aef7bd..d9d35ce 100644
--- a/src/res/big.tmx
+++ b/src/res/big.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="65" height="33" tilewidth="8" tileheight="8" infinite="0" backgroundcolor="#1d2b79" nextlayerid="5" nextobjectid="6">
+<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="65" height="33" tilewidth="8" tileheight="8" infinite="0" backgroundcolor="#1d2b79" nextlayerid="5" nextobjectid="7">
  <tileset firstgid="1" source="autotiles.tsx"/>
  <tileset firstgid="33" source="tileset.tsx"/>
  <group id="3" name="Group Layer 1">
@@ -101,5 +101,8 @@
   <object id="5" name="walky" type="walker" x="200" y="112">
    <point/>
   </object>
+  <object id="6" name="disk" type="save" x="448" y="120">
+   <point/>
+  </object>
  </objectgroup>
 </map>
diff --git a/src/res/save.ase b/src/res/save.ase
new file mode 100644
index 0000000..8932b1b
--- /dev/null
+++ b/src/res/save.ase
Binary files differdiff --git a/src/res/tiny.tmx b/src/res/tiny.tmx
index 71953f8..6d593af 100644
--- a/src/res/tiny.tmx
+++ b/src/res/tiny.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="21" height="13" tilewidth="8" tileheight="8" infinite="0" nextlayerid="5" nextobjectid="2">
+<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="21" height="13" tilewidth="8" tileheight="8" infinite="0" nextlayerid="5" nextobjectid="3">
  <tileset firstgid="1" source="autotiles.tsx"/>
  <tileset firstgid="33" source="tileset.tsx"/>
  <objectgroup id="4" name="Object Layer 1">
@@ -10,6 +10,12 @@
     <property name="toy" type="int" value="128"/>
    </properties>
   </object>
+  <object id="2" name="lavender disk" type="save" x="88" y="64">
+   <properties>
+    <property name="color" type="color" value="#ff9d56d0"/>
+   </properties>
+   <point/>
+  </object>
  </objectgroup>
  <group id="3" name="Group Layer 1">
   <properties>