Add the custom rules
sunrise effect and TW1 units.
This commit is contained in:
committed by
abcdefg30
parent
49d26fd238
commit
1291d1a53d
9
mods/ts/maps/sunstroke/sunstroke.lua
Normal file
9
mods/ts/maps/sunstroke/sunstroke.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
Tick = function()
|
||||
if (Lighting.Red > 1.5) then
|
||||
Lighting.Red = Lighting.Red - 0.001
|
||||
end
|
||||
|
||||
if (Lighting.Ambient < 0.5) then
|
||||
Lighting.Ambient = Lighting.Ambient + 0.001
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user