fix: fixed save games
This commit is contained in:
@@ -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