Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Edited tiles with hazard class
Fixed some line gaps in sky tiles
  • Loading branch information
amyxuhopr authored and erickzanardo committed Nov 1, 2023
1 parent 4310148 commit 3c7cf72
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions assets/map/tiles/tile_forest_ground_v04.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
</objectgroup>
</tile>
<tile id="81" type="Platform"/>
<tile id="86" type="Hazard">
<tile id="86">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="17" width="64" height="47"/>
</objectgroup>
</tile>
<tile id="87" type="Hazard">
<tile id="87">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="17" width="64" height="47"/>
</objectgroup>
Expand Down
10 changes: 5 additions & 5 deletions assets/map/tiles/tile_mountain_ground_v02.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.10" tiledversion="1.10.2" name="tile_mountain_ground_v02" tilewidth="64" tileheight="64" tilecount="66" columns="11">
<tileset version="1.10" tiledversion="1.10.2" name="tile_mountain_ground_v02" tilewidth="64" tileheight="64" tilecount="55" columns="11">
<image source="tile_mountain_ground_v02.png" width="704" height="320"/>
<tile id="0">
<objectgroup draworder="index" id="2">
Expand All @@ -15,7 +15,7 @@
<object id="1" x="0" y="0" width="31" height="64"/>
</objectgroup>
</tile>
<tile id="10" type="Hazard">
<tile id="10">
<objectgroup draworder="index" id="2">
<object id="1" x="22" y="0" width="23" height="20"/>
</objectgroup>
Expand All @@ -36,7 +36,7 @@
<object id="1" x="0" y="0" width="31" height="39"/>
</objectgroup>
</tile>
<tile id="21" type="Hazard">
<tile id="21">
<objectgroup draworder="index" id="2">
<object id="1" x="1" y="0" width="54" height="41"/>
</objectgroup>
Expand All @@ -62,7 +62,7 @@
<property name="RightTop" type="int" value="0"/>
</properties>
</tile>
<tile id="43" type="Hazard">
<tile id="43">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="0" width="62" height="38"/>
</objectgroup>
Expand All @@ -83,7 +83,7 @@
<property name="RightTop" type="int" value="0"/>
</properties>
</tile>
<tile id="54" type="Hazard">
<tile id="54">
<objectgroup draworder="index" id="2">
<object id="1" x="7" y="0" width="54" height="30"/>
</objectgroup>
Expand Down
3 changes: 1 addition & 2 deletions assets/map/tiles/tile_plains_ground_v02.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,12 @@
<property name="RightTop" type="int" value="64"/>
</properties>
</tile>
<tile id="19" type="Hazard"/>
<tile id="20" type="Platform">
<objectgroup draworder="index" id="2">
<object id="1" x="31.68" y="0" width="32.32" height="64"/>
</objectgroup>
</tile>
<tile id="28" type="Hazard">
<tile id="28">
<objectgroup draworder="index" id="2">
<object id="1" x="0" y="37" width="64" height="27"/>
</objectgroup>
Expand Down
Binary file modified assets/map/tiles/tile_sky_v02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3c7cf72

Please sign in to comment.