add charging_station with charging_pads
This commit is contained in:
parent
20d7c75b07
commit
753e6ace68
8 changed files with 143 additions and 75 deletions
20
two_player_cleaning_game/assets/tiled/objects.tsx
Normal file
20
two_player_cleaning_game/assets/tiled/objects.tsx
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.10" tiledversion="1.12.1" name="objects" tilewidth="25" tileheight="25" tilecount="16" columns="4">
|
||||
<image source="../objects.png" width="100" height="100"/>
|
||||
<tile id="0">
|
||||
<properties>
|
||||
<property name="name" value="charging_pad"/>
|
||||
</properties>
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="2.08266" y="2.08266" width="21.0002" height="21.087"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="1">
|
||||
<properties>
|
||||
<property name="name" value="charging_station"/>
|
||||
</properties>
|
||||
<objectgroup draworder="index" id="2">
|
||||
<object id="1" x="1.12811" y="2.08266" width="22.8225" height="20.6531"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
</tileset>
|
||||
Loading…
Add table
Add a link
Reference in a new issue