File: perspective_walls.tsx

package info (click to toggle)
tiled-qt 0.5.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,120 kB
  • ctags: 1,541
  • sloc: cpp: 11,081; xml: 117; makefile: 17; sh: 8
file content (19 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="perspective_walls" tilewidth="64" tileheight="64">
 <image source="perspective_walls.png"/>
 <tile id="13">
  <properties>
   <property name="door" value="true"/>
  </properties>
 </tile>
 <tile id="14">
  <properties>
   <property name="door" value="true"/>
  </properties>
 </tile>
 <tile id="15">
  <properties>
   <property name="pickup" value="true"/>
  </properties>
 </tile>
</tileset>