Skip to content

Commit

Permalink
Chex Quest: Added a Light definition for the ROCKET
Browse files Browse the repository at this point in the history
The front rotation for this sprite is entirely green, resulting in
an autolight with a green hue, which looks wrong.
  • Loading branch information
danij-deng committed Feb 19, 2012
1 parent e5c18c0 commit a0fcea3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doomsday/plugins/jdoom/defs/chex/lights.ded
Expand Up @@ -65,3 +65,10 @@ Copy Light {
Color { .1 .1 .28 };
Size = .35;
}

Light {
State = "ROCKET";
Color { .98 .72 .72 };
Size = .4;
Y Offset = 12;
}

0 comments on commit a0fcea3

Please sign in to comment.