fix: fixed save games

This commit is contained in:
2024-03-17 17:40:24 +01:00
parent eed5e64a53
commit 559cb294f2
4 changed files with 56 additions and 52 deletions

View File

@@ -8,13 +8,13 @@ escoria_version = "1.0.0"
game_version = "0.1.0"
name = "Post-intro"
date = {
"day": 21,
"day": 17,
"dst": false,
"hour": 22,
"hour": 17,
"minute": 34,
"month": 2,
"second": 36,
"weekday": 3,
"month": 3,
"second": 14,
"weekday": 0,
"year": 2024
}
main = {
@@ -28,8 +28,6 @@ globals = {
"FORCE_LAST_SCENE_NULL": false,
"cocina_delante_intro_played": true,
"cocina_intro_played": true,
"i/turno_cocina_frontal": true,
"i/turno_cocina_libro_de_cocina": true,
"intro_dialog2_playing": false,
"new_game": true,
"turno_cocina_eneko_catando": false,
@@ -39,16 +37,18 @@ globals = {
"turno_cocina_ingrediente_romero": false,
"turno_cocina_libro_leido_count": 0
}
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina" ]
objects = {
"_camera": {
"active": true,
"interactive": true,
"state": "default"
"state": "default",
"target": "player"
},
"_music": {
"active": true,
"interactive": true,
"playback_position": 6.26776,
"playback_position": 16.7352,
"state": "res://gymkhana/sounds/music_loop.ogg"
},
"_sound": {