File: tileset-dungeon.xml

package info (click to toggle)
scummvm 2.9.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 450,580 kB
  • sloc: cpp: 4,299,825; asm: 28,322; python: 12,901; sh: 11,302; java: 9,289; xml: 7,895; perl: 2,639; ansic: 2,465; yacc: 1,670; javascript: 1,020; makefile: 933; lex: 578; awk: 275; objc: 82; sed: 11; php: 1
file content (13 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<!DOCTYPE tileset SYSTEM "dtd/tileset.dtd">
<!-- $Id: tileset-dungeon.xml 2295 2004-11-29 05:32:14Z andrewtaylor $ -->
<tileset name="dungeon" extends="base">
    <tile name="up_down_ladder" image="tile_bridge"/>
    <tile name="ceiling_hole" image="tile_brick_floor"/>
    <tile name="floor_hole" image="tile_brick_floor"/>
    <tile name="magic_orb" image="tile_magic_flash"/>
    <tile name="fountain" image="tile_shallows" animation="scroll"/>
    <tile name="dungeon_room" image="tile_solid" rule="dng_room"/>
    <tile name="dungeon_door" image="tile_door" rule="dng_door"/>
    <tile name="dungeon_altar" image="tile_altar" rule="dng_altar"/>
</tileset>