mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-16 10:19:27 +02:00
654216f149
* Add day/night cycle options * txt to markdown and fix formatting errors
7 lines
276 B
Lua
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
|