Add bombs and explodable bricks
This commit is contained in:
parent
23f034a868
commit
feb5b8f3d6
6 changed files with 86 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
130,209,89,129,211,105,24,24,24,24,24,24,24,24,106,209,211,90,211,149,
|
||||
111,89,191,151,151,105,24,24,24,24,24,24,24,24,106,131,150,151,91,149,
|
||||
109,191,169,209,89,85,24,24,24,24,24,24,24,24,86,211,130,150,129,190,
|
||||
91,171,151,131,211,101,102,102,81,82,24,83,84,102,104,189,211,189,169,109,
|
||||
91,171,151,131,211,101,102,102,88,31,24,31,87,102,104,189,211,189,169,109,
|
||||
89,170,150,209,131,171,81,83,108,24,24,24,107,84,169,151,131,111,191,191,
|
||||
130,129,190,209,91,81,108,24,24,24,24,24,24,107,84,131,111,109,189,211,
|
||||
171,190,149,189,211,105,24,24,24,24,24,24,24,24,106,131,129,89,90,170,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.8" tiledversion="1.8.6" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="30">
|
||||
<map version="1.8" tiledversion="1.8.6" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="33">
|
||||
<tileset firstgid="1" source="tiles.tsx"/>
|
||||
<layer id="1" name="background" width="20" height="15">
|
||||
<data encoding="csv">
|
||||
|
@ -70,5 +70,7 @@
|
|||
<property name="interval" type="int" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="30" type="bomb" gid="51" x="64" y="112" width="16" height="16"/>
|
||||
<object id="31" type="brick" gid="23" x="48" y="112" width="16" height="16"/>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue