Removed 'is_floor 1' to allow colors and other tiles to show through the transparent portions of the clouds
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@11015 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
2d0bae1e3c
commit
725481d57c
5
CHANGES
5
CHANGES
|
|
@ -1,5 +1,10 @@
|
|||
Changes for SVN top of tree:
|
||||
|
||||
floor/cloudfloor.arc
|
||||
Removed "is_floor 1" to allow colors and other tiles to show through the transparent
|
||||
portions of the clouds
|
||||
Rick Tanner 2008-12-19
|
||||
|
||||
floor/cloudfloor.arc,
|
||||
ground/fog_2.base.111.png
|
||||
New graphic and archetype for a thicker/heavier cloudfloor, using less transparency
|
||||
|
|
|
|||
|
|
@ -2,13 +2,11 @@ Object cloudfloor
|
|||
name cloud
|
||||
face fog.111
|
||||
no_pick 1
|
||||
is_floor 1
|
||||
magicmap grey
|
||||
end
|
||||
Object thickcloudfloor
|
||||
name thick cloud
|
||||
face fog_2.111
|
||||
no_pick 1
|
||||
is_floor 1
|
||||
magicmap grey
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue