mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-16 10:19:27 +02:00
7 lines
260 B
Lua
7 lines
260 B
Lua
|
-- 10 minute cycle, 4m of full light, 4m light to dark, 6s full dark, 2m dark to light
|
||
|
game.player.surface.ticks_per_day = 36000
|
||
|
game.player.surface.dusk = 0.2
|
||
|
game.player.surface.evening = 0.59
|
||
|
game.player.surface.morning = 0.6
|
||
|
game.player.surface.dawn = 0.8
|