mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-05 15:05:57 +02:00
7 lines
258 B
Lua
7 lines
258 B
Lua
-- 10 minute cycle, 6s of full light, 2m light to dark, 4m full dark, 4m dark to light
|
|
game.player.surface.ticks_per_day = 36000
|
|
game.player.surface.dusk = 0
|
|
game.player.surface.evening = 0.2
|
|
game.player.surface.morning = 0.6
|
|
game.player.surface.dawn = 0.99
|