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

Commit

Permalink
feat: add double road tile to tileset
Browse files Browse the repository at this point in the history
  • Loading branch information
OlliePugh committed Mar 12, 2024
1 parent 9fedb9b commit 414d43f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/trashy_road/assets/tiles/Tiles.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.9" tiledversion="1.10.2" name="Tiles" tilewidth="768" tileheight="1024" tilecount="38" columns="0">
<tileset version="1.9" tiledversion="1.10.2" name="Tiles" tilewidth="768" tileheight="1024" tilecount="39" columns="0">
<grid orientation="orthogonal" width="1" height="1"/>
<tile id="2">
<image width="128" height="128" source="../images/sprites/apple_core_1.png"/>
Expand Down Expand Up @@ -115,4 +115,7 @@
<tile id="52">
<image width="128" height="64" source="../images/sprites/dirt--grass-south-east.png"/>
</tile>
<tile id="53">
<image width="128" height="64" source="../images/sprites/road-double.png"/>
</tile>
</tileset>

0 comments on commit 414d43f

Please sign in to comment.