1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00
RedMew/map_gen/day_night_cycles/half_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
271 B
Lua

-- ~3.5 minute cycle, 1m44s of full light, 42s light to dark, 21s full dark, 42s dark to light
game.player.surface.ticks_per_day = 12500
game.player.surface.dusk = 0.25
game.player.surface.evening = 0.45
game.player.surface.morning = 0.55
game.player.surface.dawn = 0.75