mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-18 03:21:47 +02:00
654216f149
* Add day/night cycle options * txt to markdown and fix formatting errors
7 lines
271 B
Lua
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
|