Skip to content

Commit

Permalink
Added light decorations for some wall textures
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 30, 2003
1 parent f53b437 commit 0c413f4
Showing 1 changed file with 50 additions and 2 deletions.
52 changes: 50 additions & 2 deletions doomsday/Defs/jHeretic/Lights.ded
@@ -1,7 +1,7 @@
# jHeretic: Lights
# Need help with DED syntax? See DEDDoc.txt.

Header { Version = 5; }
Header { Version = 6; }

#####====--- LIGHT DECORATIONS ---====#####
#
Expand All @@ -14,6 +14,54 @@ Header { Version = 5; }
#
# One decoration can specify up to 16 lights.
#
# (based on Isegrim's definitions)

Decoration {
Texture = "GRSKULL3";
Light {
Color { .7 0 0 }
Offset { 54 32 }
Halo radius = .1;
Radius = .05;
}
Light {
Color { .7 0 0 }
Offset { 72 32 }
Halo radius = .1;
Radius = .05;
}
}

Decoration {
Texture = "SW1ON";
Light {
Color { .6 .6 1 }
Offset { 32 64 }
Halo radius = .22;
Radius = .08;
}
}

Decoration {
Texture = "SW2ON";
Light {
Color { 0 0 .6 }
Offset { 31.5 64 }
Halo radius = .25;
Radius = .1;
Flare texture = 1;
}
}

Decoration {
Texture = "GRSTNPBW";
Light {
Color { .72 .5 .11 }
Offset { 31.5 74 }
Halo radius = .3;
Radius = .2;
}
}


#####====--- LIGHT SOURCE PROPERTIES ---====#####
Expand All @@ -29,7 +77,7 @@ Light {
State = "CKYY1";
Size = 0.5;
X Offset = 0.1; Y Offset = 15;
Color { 1 .7 0 };
Color { 1 .7 0 }
}
* Light { State = "CKYY2"; }
* Light { State = "CKYY3"; }
Expand Down

0 comments on commit 0c413f4

Please sign in to comment.