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
Matthew 654216f149 Add day/night cycle options (#360)
* Add day/night cycle options

* txt to markdown and fix formatting errors
2018-11-18 13:00:22 +01:00

7 lines
276 B
Lua

-- ~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