Make new wall corners brickz

This commit is contained in:
Christine Lemmer-Webber 2024-05-23 10:14:52 -04:00
parent 02c331fa53
commit b2d6d71b6a
No known key found for this signature in database
GPG key ID: 4BC025925FF8F4D3

View file

@ -43,6 +43,16 @@
<property name="kind" value="brick"/> <property name="kind" value="brick"/>
</properties> </properties>
</tile> </tile>
<tile id="86" type="wall">
<properties>
<property name="kind" value="brick"/>
</properties>
</tile>
<tile id="87" type="wall">
<properties>
<property name="kind" value="brick"/>
</properties>
</tile>
<tile id="100" type="wall"> <tile id="100" type="wall">
<properties> <properties>
<property name="kind" value="brick"/> <property name="kind" value="brick"/>
@ -73,4 +83,14 @@
<property name="kind" value="brick"/> <property name="kind" value="brick"/>
</properties> </properties>
</tile> </tile>
<tile id="106" type="wall">
<properties>
<property name="kind" value="brick"/>
</properties>
</tile>
<tile id="107" type="wall">
<properties>
<property name="kind" value="brick"/>
</properties>
</tile>
</tileset> </tileset>