Skip to content

Commit

Permalink
Added decorations for BSTONE3 and BRICKLIT
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 30, 2003
1 parent 5bfaad0 commit 2ce9c33
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion doomsday/Defs/jDoom/Doom2Lights.ded
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jDoom: Light Decorations for Doom II

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

# This file is skipped if not regular Doom II.
SkipIf Not doom2;
Expand All @@ -17,3 +17,16 @@ SkipIf Not doom2;
# One decoration can specify up to 16 lights.
#

Decoration {
Texture = "BSTONE3";
Light {
Color { 1 .98 .9 }
Offset { 33 40 }
Radius = .4;
Halo radius = .1;
}
}

Copy Decoration {
Texture = "BRICKLIT";
}

0 comments on commit 2ce9c33

Please sign in to comment.