more simulations
This commit is contained in:
parent
912eb76694
commit
aff6235478
2 changed files with 14 additions and 0 deletions
|
@ -62,4 +62,18 @@ data.raw["utility-constants"]["default"].main_menu_simulations.menu_248k_3 =
|
|||
game.tick_paused = false
|
||||
game.surfaces.nauvis.daytime = 1
|
||||
]],
|
||||
}
|
||||
|
||||
data.raw["utility-constants"]["default"].main_menu_simulations.menu_248k_3 =
|
||||
{
|
||||
checkboard = false,
|
||||
save = "__248k__/ressources/menu_simulation/248k_menu_6.zip",
|
||||
length = 60*25,
|
||||
init = [[
|
||||
local logo = game.surfaces.nauvis.find_entities_filtered{name = "crash-site-spaceship", limit = 1}[1]
|
||||
game.camera_position = {logo.position.x, logo.position.y}
|
||||
game.camera_zoom = 0.7
|
||||
game.tick_paused = false
|
||||
game.surfaces.nauvis.daytime = 1
|
||||
]],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue