File: perspective_walls.tsx

package info (click to toggle)
tiled-qt 1.2.1%2Bdfsg.1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 31,084 kB
  • sloc: cpp: 85,970; java: 3,602; python: 1,469; xml: 1,251; sh: 56; makefile: 32; ruby: 15
file content (20 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="perspective_walls" tilewidth="64" tileheight="64">
 <tileoffset x="-32" y="0"/>
 <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>