fix: fixed save games
This commit is contained in:
@@ -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": [ ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user