Skip to content

Commit

Permalink
HacX: Tweaked dynamic lights for the Big Stick round explosion
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Feb 6, 2012
1 parent 50c1e4e commit dd9843f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doomsday/plugins/jdoom/defs/hacx/lights.ded
Expand Up @@ -34,6 +34,17 @@ Copy Light {
Size = .4;
}

Light {
State = "PLASEXP";
Flags = nohalo;
Color { .82 0 0 };
Size = .4;
}

Copy Light { State = "PLASEXP2"; Color { .7 0 0 }; Size = .5; }
Copy Light { State = "PLASEXP3"; Color { .3 0 0 }; Size = .5; }
Copy Light { State = "PLASEXP4"; Size = .2; }

#####====--- LIGHT DECORATIONS ---====#####
#
# The default flags allow using these only with the original textures.
Expand Down

0 comments on commit dd9843f

Please sign in to comment.