diff options
| author | Leander Scherer <leander@schererleander.de> | 2026-03-09 00:59:06 +0100 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-03-09 00:59:06 +0100 |
| commit | 05ac5811c9dfc2e9693d568ea45d3ae09de19965 (patch) | |
| tree | 2b6dd9a7099adbf23591d4a276f0a667df83bc6e /assets/tilesets/pickup_items_animated.tsx | |
| parent | 021b0d37e03246903fbfb38f08b3d7a782078247 (diff) | |
feat(assets): add collision to tailsets
Diffstat (limited to 'assets/tilesets/pickup_items_animated.tsx')
| -rw-r--r-- | assets/tilesets/pickup_items_animated.tsx | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/tilesets/pickup_items_animated.tsx b/assets/tilesets/pickup_items_animated.tsx index e521833..d1d56a6 100644 --- a/assets/tilesets/pickup_items_animated.tsx +++ b/assets/tilesets/pickup_items_animated.tsx @@ -2,6 +2,9 @@ <tileset version="1.10" tiledversion="1.11.2" name="pickup_items_animated" tilewidth="16" tileheight="16" tilecount="32" columns="4"> <image source="../sprites/pickup_items_animated.png" width="64" height="128"/> <tile id="0"> + <objectgroup draworder="index" id="3"> + <object id="2" x="4" y="4" width="8" height="8"/> + </objectgroup> <animation> <frame tileid="0" duration="200"/> <frame tileid="1" duration="200"/> @@ -10,6 +13,9 @@ </animation> </tile> <tile id="4"> + <objectgroup draworder="index" id="2"> + <object id="1" x="4" y="4" width="8" height="8"/> + </objectgroup> <animation> <frame tileid="4" duration="200"/> <frame tileid="5" duration="200"/> @@ -18,6 +24,9 @@ </animation> </tile> <tile id="8"> + <objectgroup draworder="index" id="2"> + <object id="1" x="4" y="4" width="8" height="8"/> + </objectgroup> <animation> <frame tileid="8" duration="200"/> <frame tileid="9" duration="200"/> @@ -26,6 +35,9 @@ </animation> </tile> <tile id="12"> + <objectgroup draworder="index" id="2"> + <object id="1" x="4" y="4" width="8" height="8"/> + </objectgroup> <animation> <frame tileid="12" duration="200"/> <frame tileid="13" duration="200"/> @@ -34,6 +46,9 @@ </animation> </tile> <tile id="16"> + <objectgroup draworder="index" id="2"> + <object id="1" x="4" y="4" width="8" height="8"/> + </objectgroup> <animation> <frame tileid="16" duration="200"/> <frame tileid="17" duration="200"/> @@ -42,6 +57,9 @@ </animation> </tile> <tile id="20"> + <objectgroup draworder="index" id="2"> + <object id="1" x="4" y="4" width="8" height="8"/> + </objectgroup> <animation> <frame tileid="20" duration="200"/> <frame tileid="21" duration="200"/> @@ -50,6 +68,9 @@ </animation> </tile> <tile id="24"> + <objectgroup draworder="index" id="2"> + <object id="1" x="4" y="4" width="8" height="8"/> + </objectgroup> <animation> <frame tileid="24" duration="200"/> <frame tileid="25" duration="200"/> @@ -58,6 +79,9 @@ </animation> </tile> <tile id="28"> + <objectgroup draworder="index" id="2"> + <object id="1" x="4" y="4" width="8" height="8"/> + </objectgroup> <animation> <frame tileid="28" duration="200"/> <frame tileid="29" duration="200"/> |
