forked from github/game-off-2013
-
Notifications
You must be signed in to change notification settings - Fork 1
/
misc.tsx
34 lines (34 loc) · 791 Bytes
/
misc.tsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="misc" tilewidth="50" tileheight="50">
<image source="50x50.png" width="300" height="250"/>
<tile id="0">
<properties>
<property name="components" value="Obstacle"/>
</properties>
</tile>
<tile id="11">
<properties>
<property name="components" value="BlueDoor"/>
</properties>
</tile>
<tile id="12">
<properties>
<property name="components" value="GreenDoor"/>
</properties>
</tile>
<tile id="13">
<properties>
<property name="components" value="RedDoor"/>
</properties>
</tile>
<tile id="14">
<properties>
<property name="components" value="YellowDoor"/>
</properties>
</tile>
<tile id="22">
<properties>
<property name="components" value="Torch"/>
</properties>
</tile>
</tileset>