feat: save game system is working!
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
script = ExtResource( 1 )
|
||||
escoria_version = "1.0.0"
|
||||
game_version = "0.1.0"
|
||||
name = "2"
|
||||
name = "Post-intro"
|
||||
date = {
|
||||
"day": 8,
|
||||
"day": 21,
|
||||
"dst": false,
|
||||
"hour": 0,
|
||||
"minute": 30,
|
||||
"hour": 22,
|
||||
"minute": 34,
|
||||
"month": 2,
|
||||
"second": 27,
|
||||
"weekday": 4,
|
||||
"second": 36,
|
||||
"weekday": 3,
|
||||
"year": 2024
|
||||
}
|
||||
main = {
|
||||
@@ -23,11 +23,14 @@ main = {
|
||||
}
|
||||
globals = {
|
||||
"ESC_CURRENT_SCENE": "cocina_delante",
|
||||
"ESC_LAST_SCENE": "cocina_delante",
|
||||
"ESC_DIALOG_CHOSEN_OPTION": "¿Que te parece que haga la comida?",
|
||||
"ESC_LAST_SCENE": "cocina",
|
||||
"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,
|
||||
"turno_cocina_ingrediente_ajo": false,
|
||||
@@ -45,13 +48,13 @@ objects = {
|
||||
"_music": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 15.1452,
|
||||
"state": "res://gymkhana/sounds/intro_menu_loop.ogg"
|
||||
"playback_position": 6.26776,
|
||||
"state": "res://gymkhana/sounds/music_loop.ogg"
|
||||
},
|
||||
"_sound": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 0.0,
|
||||
"playback_position": 4.62113,
|
||||
"state": "default"
|
||||
},
|
||||
"_speech": {
|
||||
@@ -61,26 +64,36 @@ objects = {
|
||||
},
|
||||
"cocina_delante_pegatinas": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_delante_puerta_cocina": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_delante_puerta_despensa": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_delante_puerta_detras": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"eneko_smoking": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
},
|
||||
"global_transform": Transform2D( 1.23314, 0, 0, 1.23314, 813, 440 ),
|
||||
"interactive": true,
|
||||
"last_deg": 271,
|
||||
@@ -94,10 +107,12 @@ objects = {
|
||||
},
|
||||
"player": {
|
||||
"active": true,
|
||||
"global_transform": Transform2D( 0.872353, 0, 0, 0.872353, 634, 486 ),
|
||||
"custom_data": {
|
||||
},
|
||||
"global_transform": Transform2D( 0.971569, 0, 0, 0.971569, 758.729, 541.12 ),
|
||||
"interactive": false,
|
||||
"last_deg": 161,
|
||||
"last_dir": 6,
|
||||
"last_deg": 71,
|
||||
"last_dir": 4,
|
||||
"state": "speak_down"
|
||||
},
|
||||
"puerta_cocina_start": {
|
||||
@@ -117,23 +132,45 @@ objects = {
|
||||
},
|
||||
"turno_cocina_ajo": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_carton": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_frontal": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_libro_de_cocina": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_madera": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
}
|
||||
}
|
||||
events = {
|
||||
"events_queue": {
|
||||
"_front": [ ]
|
||||
"_front": [ ],
|
||||
"intro_dialog2_channel": [ ],
|
||||
"intro_dialog_channel": [ ]
|
||||
},
|
||||
"sched_events": [ ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user