Skip to content

Commit

Permalink
Made the default Decoration definitions for glowing materials usable …
Browse files Browse the repository at this point in the history
…with external textures/flats.
  • Loading branch information
danij committed Dec 5, 2008
1 parent 659bd9b commit 144c11c
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/plugins/jdoom/defs/doom1lights.ded
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ SkipIf doom2-tnt;
# Glowing flats:
#
Decoration {
Flags = ext;
Flat = "LAVA1";
Glow {
};
Expand Down Expand Up @@ -102,6 +103,7 @@ Copy Decoration {
# Glowing textures:
#
Decoration {
Flags = ext;
Texture = "FIREBLU1";
Glow {
};
Expand Down
2 changes: 2 additions & 0 deletions doomsday/plugins/jdoom/defs/doom2-plutlights.ded
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ SkipIf Not doom2-plut;
# Glowing flats:
#
Decoration {
Flags = ext;
Flat = "LAVA1";
Glow {
};
Expand All @@ -41,6 +42,7 @@ Decoration {
# Glowing textures:
#
Decoration {
Flags = ext;
Texture = "FIREBLU1";
Glow {
};
Expand Down
2 changes: 2 additions & 0 deletions doomsday/plugins/jdoom/defs/doom2-tntlights.ded
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ SkipIf Not doom2-tnt;
# Glowing flats:
#
Decoration {
Flags = ext;
Flat = "LAVA1";
Glow {
};
Expand All @@ -41,6 +42,7 @@ Decoration {
# Glowing textures:
#
Decoration {
Flags = ext;
Texture = "FIREBLU1";
Glow {
};
Expand Down
1 change: 1 addition & 0 deletions doomsday/plugins/jdoom/defs/doom2lights.ded
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Copy Decoration {
# Glowing textures:
#
Decoration {
Flags = ext;
Texture = "FIREBLU1";
Glow {
};
Expand Down
10 changes: 10 additions & 0 deletions doomsday/plugins/jdoom64/defs/decorlights.ded
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
#
# jDoom64: Light decorations.
#
# The default flags allow using these only with the original textures.
# Use "dcf_pwad" and "dcf_ext" to allow using with PWAD and external
# resources.
#
# There can only be one decoration per texture/flat. Newer decorations
# override older ones.
#
# One decoration can specify up to 16 lights.
#

#
# Glowing textures:
#
Decoration {
Flags = ext;
Texture = "CBTRAKA";
Glow {
};
Expand Down
2 changes: 2 additions & 0 deletions doomsday/plugins/jheretic/defs/lights.ded
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Header { Version = 6; }
# Glowing flats:
#
Decoration {
Flags = ext;
Flat = "FLATHUH1";
Glow {
};
Expand All @@ -33,6 +34,7 @@ Decoration {
# Glowing textures:
#
Decoration {
Flags = ext;
Texture = "LAVAFL1";
Glow {
};
Expand Down
2 changes: 2 additions & 0 deletions doomsday/plugins/jhexen/defs/lights.ded
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Header { Version = 6; }
# Glowing flats:
#
Decoration {
Flags = ext;
Flat = "X_001";
Glow {
};
Expand All @@ -33,6 +34,7 @@ Decoration {
# Glowing textures:
#
Decoration {
Flags = ext;
Texture = "X_FIRE01";
Glow {
};
Expand Down

0 comments on commit 144c11c

Please sign in to comment.