Make metal walls impassable.
This commit is contained in:
parent
51bc034756
commit
951591486e
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
||||||
</properties>
|
</properties>
|
||||||
</tile>
|
</tile>
|
||||||
<tile id="27" type="exit"/>
|
<tile id="27" type="exit"/>
|
||||||
|
<tile id="30" type="wall">
|
||||||
|
<properties>
|
||||||
|
<property name="kind" value="brick"/>
|
||||||
|
</properties>
|
||||||
|
</tile>
|
||||||
<tile id="80" type="wall">
|
<tile id="80" type="wall">
|
||||||
<properties>
|
<properties>
|
||||||
<property name="kind" value="inert"/>
|
<property name="kind" value="inert"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue