Add the custom rules

sunrise effect and TW1 units.
This commit is contained in:
Matthias Mailänder
2017-02-09 10:46:30 +01:00
committed by abcdefg30
parent 49d26fd238
commit 1291d1a53d
4 changed files with 65 additions and 8 deletions

View 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