1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-16 10:19:27 +02:00
RedMew/map_gen/day_night_cycles/double_length_cycle.lua

7 lines
276 B
Lua
Raw Normal View History

-- ~14 minute cycle, 6m56s of full light, 2m46s light to dark, 1m24s full dark, 2m46s dark to light
game.player.surface.ticks_per_day = 50000
game.player.surface.dusk = 0.25
game.player.surface.evening = 0.45
game.player.surface.morning = 0.55
game.player.surface.dawn = 0.75