Skip to content

Commit

Permalink
Inner beam angles set to zero, looks a bit more realistic
Browse files Browse the repository at this point in the history
  • Loading branch information
caligari87 committed Jun 8, 2018
1 parent c745ae4 commit 4f9fec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zscript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class DarkDoomZ_Flashlight : CustomInventory {
R = 255;
G = 241;
B = 224;
beamInner = 5;
beamInner = 0;
beamOuter = 20;
beamRadius = 512;
spillInner = 10;
Expand All @@ -147,7 +147,7 @@ class DarkDoomZ_Flashlight : CustomInventory {
R = 248;
G = 255;
B = 255;
beamInner = 10;
beamInner = 0;
beamOuter = 15;
beamRadius = 640;
spillInner = 15;
Expand All @@ -158,7 +158,7 @@ class DarkDoomZ_Flashlight : CustomInventory {
R = 192;
G = 36;
B = 34;
beamInner = 5;
beamInner = 0;
beamOuter = 20;
beamRadius = 256;
spillInner = 10;
Expand Down

0 comments on commit 4f9fec1

Please sign in to comment.