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": {
|
||||
|
||||
Reference in New Issue
Block a user