ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/lostlabsand.arc
Revision: 1.3
Committed: Wed Jan 3 20:22:14 2007 UTC (17 years, 6 months ago) by pippijn
Branch: MAIN
CVS Tags: pre_first_cfarch_normalize_run
Changes since 1.2: +2 -2 lines
Log Message:
changed smoothfaces

File Contents

# User Rev Content
1 pippijn 1.1 Object lostlabgreysand
2     name sand
3 pippijn 1.2 face lostlabgreysand.x11
4 pippijn 1.1 type 67
5     walk_on 1
6     color_fg green
7     color_bg yellow
8     no_pick 1
9     slow_move 1
10     is_wooded 1
11     is_floor 1
12     smoothlevel 37
13     editable 8
14 pippijn 1.3 smoothface lostlabgreysand.x11 lostlabgreysand_S.x11
15 pippijn 1.1 move_block boat swim
16     end
17    
18     Object lostlabbluesand
19     name sand
20 pippijn 1.2 face lostlabbluesand.x11
21 pippijn 1.1 type 67
22     walk_on 1
23     color_fg green
24     color_bg yellow
25     no_pick 1
26     slow_move 1
27     is_wooded 1
28     is_floor 1
29     smoothlevel 37
30     editable 8
31 pippijn 1.3 smoothface lostlabbluesand.x11 lostlabbluesand_S.x11
32 pippijn 1.1 move_block boat swim
33     end
34