fix: fixed save games
This commit is contained in:
@@ -8,13 +8,13 @@ escoria_version = "1.0.0"
|
||||
game_version = "0.1.0"
|
||||
name = "2 patatas"
|
||||
date = {
|
||||
"day": 21,
|
||||
"day": 17,
|
||||
"dst": false,
|
||||
"hour": 22,
|
||||
"minute": 46,
|
||||
"month": 2,
|
||||
"second": 47,
|
||||
"weekday": 3,
|
||||
"hour": 17,
|
||||
"minute": 37,
|
||||
"month": 3,
|
||||
"second": 12,
|
||||
"weekday": 0,
|
||||
"year": 2024
|
||||
}
|
||||
main = {
|
||||
@@ -31,9 +31,6 @@ globals = {
|
||||
"cocina_delante_intro_played": true,
|
||||
"cocina_intro_played": true,
|
||||
"cocina_patata_picked": true,
|
||||
"i/turno_cocina_frontal": true,
|
||||
"i/turno_cocina_libro_de_cocina": true,
|
||||
"i/turno_cocina_patata": true,
|
||||
"intro_dialog2_playing": false,
|
||||
"new_game": true,
|
||||
"turno_cocina_eneko_catando": false,
|
||||
@@ -44,23 +41,25 @@ globals = {
|
||||
"turno_cocina_ingrediente_romero": false,
|
||||
"turno_cocina_libro_leido_count": 0
|
||||
}
|
||||
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_patata" ]
|
||||
objects = {
|
||||
"_camera": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
"state": "default",
|
||||
"target": "player"
|
||||
},
|
||||
"_music": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 2.16082,
|
||||
"playback_position": 4.32136,
|
||||
"state": "res://gymkhana/sounds/music_loop.ogg"
|
||||
},
|
||||
"_sound": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 4.62113,
|
||||
"state": "default"
|
||||
"playback_position": 0.0,
|
||||
"state": "off"
|
||||
},
|
||||
"_speech": {
|
||||
"active": true,
|
||||
@@ -133,7 +132,7 @@ objects = {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
},
|
||||
"global_transform": Transform2D( 1.19725, 0, 0, 1.19725, 399, 560 ),
|
||||
"global_transform": Transform2D( 0.847843, 0, 0, 0.847843, 2412.05, 443.435 ),
|
||||
"interactive": false,
|
||||
"last_deg": 71,
|
||||
"last_dir": 4,
|
||||
@@ -177,6 +176,13 @@ objects = {
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_frontal": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_libro_de_cocina": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -8,13 +8,13 @@ escoria_version = "1.0.0"
|
||||
game_version = "0.1.0"
|
||||
name = "1 patata"
|
||||
date = {
|
||||
"day": 21,
|
||||
"day": 17,
|
||||
"dst": false,
|
||||
"hour": 23,
|
||||
"minute": 26,
|
||||
"month": 2,
|
||||
"second": 45,
|
||||
"weekday": 3,
|
||||
"hour": 17,
|
||||
"minute": 35,
|
||||
"month": 3,
|
||||
"second": 12,
|
||||
"weekday": 0,
|
||||
"year": 2024
|
||||
}
|
||||
main = {
|
||||
@@ -30,9 +30,6 @@ globals = {
|
||||
"cocina_debajo_sofa_picked": true,
|
||||
"cocina_delante_intro_played": true,
|
||||
"cocina_intro_played": true,
|
||||
"i/turno_cocina_frontal": true,
|
||||
"i/turno_cocina_libro_de_cocina": true,
|
||||
"i/turno_cocina_patata": true,
|
||||
"intro_dialog2_playing": false,
|
||||
"new_game": true,
|
||||
"turno_cocina_eneko_catando": false,
|
||||
@@ -43,16 +40,18 @@ globals = {
|
||||
"turno_cocina_ingrediente_romero": false,
|
||||
"turno_cocina_libro_leido_count": 0
|
||||
}
|
||||
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_patata" ]
|
||||
objects = {
|
||||
"_camera": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
"state": "default",
|
||||
"target": "player"
|
||||
},
|
||||
"_music": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 15.3953,
|
||||
"playback_position": 2.58313,
|
||||
"state": "res://gymkhana/sounds/music_loop.ogg"
|
||||
},
|
||||
"_sound": {
|
||||
@@ -132,10 +131,10 @@ objects = {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
},
|
||||
"global_transform": Transform2D( 0.852157, 0, 0, 0.852157, 2452.29, 444 ),
|
||||
"global_transform": Transform2D( 0.679608, 0, 0, 0.679608, 2121.49, 387.985 ),
|
||||
"interactive": false,
|
||||
"last_deg": 21,
|
||||
"last_dir": 3,
|
||||
"last_deg": 341,
|
||||
"last_dir": 2,
|
||||
"state": "speak_down"
|
||||
},
|
||||
"puerta_delante_start": {
|
||||
@@ -221,7 +220,9 @@ objects = {
|
||||
}
|
||||
events = {
|
||||
"events_queue": {
|
||||
"_front": [ ]
|
||||
"_front": [ ],
|
||||
"intro_dialog2_channel": [ ],
|
||||
"intro_dialog_channel": [ ]
|
||||
},
|
||||
"sched_events": [ ]
|
||||
}
|
||||
|
||||
@@ -8,12 +8,12 @@ escoria_version = "1.0.0"
|
||||
game_version = "0.1.0"
|
||||
name = "4 patatas"
|
||||
date = {
|
||||
"day": 3,
|
||||
"day": 17,
|
||||
"dst": false,
|
||||
"hour": 18,
|
||||
"minute": 49,
|
||||
"hour": 17,
|
||||
"minute": 39,
|
||||
"month": 3,
|
||||
"second": 14,
|
||||
"second": 28,
|
||||
"weekday": 0,
|
||||
"year": 2024
|
||||
}
|
||||
@@ -31,11 +31,6 @@ globals = {
|
||||
"cocina_delante_intro_played": true,
|
||||
"cocina_intro_played": true,
|
||||
"cocina_patata_picked": true,
|
||||
"i/turno_cocina_cuchillo": true,
|
||||
"i/turno_cocina_frontal": true,
|
||||
"i/turno_cocina_libro_de_cocina": true,
|
||||
"i/turno_cocina_patata": true,
|
||||
"i/turno_cocina_patata_grande": false,
|
||||
"intro_dialog2_playing": false,
|
||||
"new_game": true,
|
||||
"turno_cocina_cuchillo_en_inventario": true,
|
||||
@@ -48,16 +43,18 @@ globals = {
|
||||
"turno_cocina_libro_leido_count": 0,
|
||||
"turno_cocina_patata_grande_picked": true
|
||||
}
|
||||
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_patata", "turno_cocina_cuchillo" ]
|
||||
objects = {
|
||||
"_camera": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
"state": "default",
|
||||
"target": "player"
|
||||
},
|
||||
"_music": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 15.1391,
|
||||
"playback_position": 19.9472,
|
||||
"state": "res://gymkhana/sounds/music_loop.ogg"
|
||||
},
|
||||
"_sound": {
|
||||
@@ -137,10 +134,10 @@ objects = {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
},
|
||||
"global_transform": Transform2D( 0.632157, 0, 0, 0.632157, 1987, 370 ),
|
||||
"global_transform": Transform2D( 0.942745, 0, 0, 0.942745, 2428.6, 475.98 ),
|
||||
"interactive": false,
|
||||
"last_deg": 251,
|
||||
"last_dir": 0,
|
||||
"last_deg": 71,
|
||||
"last_dir": 4,
|
||||
"state": "speak_down"
|
||||
},
|
||||
"puerta_delante_start": {
|
||||
|
||||
Reference in New Issue
Block a user