Update to 2.0
This commit is contained in:
parent
98ea14df52
commit
c2b65301fb
21 changed files with 349 additions and 665 deletions
|
@ -15,8 +15,8 @@ data.raw["utility-constants"]["default"].main_menu_simulations["gas-rig"] = {
|
|||
[[
|
||||
local logo = game.surfaces.nauvis.find_entities_filtered{
|
||||
name = "factorio-logo-16tiles", limit = 1}[1]
|
||||
game.camera_position = {logo.position.x, logo.position.y+14}
|
||||
game.camera_zoom = 0.75
|
||||
game.simulation.camera_position = {logo.position.x, logo.position.y+14}
|
||||
game.simulation.camera_zoom = 0.75
|
||||
game.tick_paused = false
|
||||
game.surfaces.nauvis.daytime = 0
|
||||
]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue