ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/dung_floor.arc
Revision: 1.11
Committed: Sat Oct 16 09:17:09 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# User Rev Content
1 root 1.5 object dungeon_floor
2 root 1.1 name stones
3 pippijn 1.2 face dung_floor.x11
4 root 1.7 smoothlevel 5
5     smoothface dung_floor.x11 dung_floor_S.x11
6 root 1.9 no_pick 1
7     is_floor 1
8 root 1.1 end
9 root 1.6
10 root 1.10 object dungeon_floor2
11     name stones
12     inherit dungeon_floor
13     face dung_floor2.x11
14     smoothface dung_floor2.x11 dung_floor2_S.x11
15     end
16