fix(escoria4): show menu
This commit is contained in:
@@ -395,7 +395,6 @@ func show_main_menu():
|
|||||||
func unpause_game():
|
func unpause_game():
|
||||||
if get_node(pause_menu).visible:
|
if get_node(pause_menu).visible:
|
||||||
get_node(pause_menu).hide()
|
get_node(pause_menu).hide()
|
||||||
escoria.object_manager.get_object(ESCObjectManager.CAMERA).node.current = true
|
|
||||||
escoria.object_manager.get_object(ESCObjectManager.SPEECH).node.resume()
|
escoria.object_manager.get_object(ESCObjectManager.SPEECH).node.resume()
|
||||||
escoria.main.current_scene.game.show_ui()
|
escoria.main.current_scene.game.show_ui()
|
||||||
escoria.main.current_scene.show()
|
escoria.main.current_scene.show()
|
||||||
@@ -409,7 +408,6 @@ func pause_game():
|
|||||||
get_node(pause_menu).reset()
|
get_node(pause_menu).reset()
|
||||||
get_node(pause_menu).set_save_enabled(escoria.save_manager.save_enabled)
|
get_node(pause_menu).set_save_enabled(escoria.save_manager.save_enabled)
|
||||||
get_node(pause_menu).show()
|
get_node(pause_menu).show()
|
||||||
escoria.object_manager.get_object(ESCObjectManager.CAMERA).node.current = false
|
|
||||||
escoria.object_manager.get_object(ESCObjectManager.SPEECH).node.pause()
|
escoria.object_manager.get_object(ESCObjectManager.SPEECH).node.pause()
|
||||||
escoria.main.current_scene.game.hide_ui()
|
escoria.main.current_scene.game.hide_ui()
|
||||||
escoria.main.current_scene.hide()
|
escoria.main.current_scene.hide()
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ rtmi_dialog_simple/stop_talking_animation_on="End of audio"
|
|||||||
debug/enable_hover_stack_viewer=false
|
debug/enable_hover_stack_viewer=false
|
||||||
ui/dialogs_chooser="res://addons/escoria-core/game/scenes/dialogs/esc_dialog_options_chooser.gd"
|
ui/dialogs_chooser="res://addons/escoria-core/game/scenes/dialogs/esc_dialog_options_chooser.gd"
|
||||||
rtmi_ui/sound_library_folder="res://gymkhana/sounds/"
|
rtmi_ui/sound_library_folder="res://gymkhana/sounds/"
|
||||||
rtmi_ui/savegame_enabled=false
|
rtmi_ui/savegame_enabled=true
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,21 @@
|
|||||||
[gd_resource type="Resource" script_class="ESCSaveGame" load_steps=2 format=3 uid="uid://bd1ck4yailiip"]
|
[gd_resource type="Resource" script_class="ESCSaveGame" load_steps=2 format=3]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://blcoeovuyvld2" path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" id="1"]
|
[ext_resource type="Script" path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" id="1_w6oql"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1")
|
script = ExtResource("1_w6oql")
|
||||||
escoria_version = "1.0.0"
|
escoria_version = "1.0.0"
|
||||||
game_version = "0.1.0"
|
game_version = "1.0"
|
||||||
name = "Post-intro"
|
name = "post-intro"
|
||||||
date = {
|
date = {
|
||||||
"day": 23,
|
"day": 11,
|
||||||
"dst": true,
|
"dst": false,
|
||||||
"hour": 12,
|
"hour": 13,
|
||||||
"minute": 43,
|
"minute": 32,
|
||||||
"month": 8,
|
"month": 3,
|
||||||
"second": 14,
|
"second": 19,
|
||||||
"weekday": 5,
|
"weekday": 2,
|
||||||
"year": 2024
|
"year": 2025
|
||||||
}
|
}
|
||||||
main = {
|
main = {
|
||||||
"current_scene_filename": "res://gymkhana/rooms/turno_cocina/cocina_delante/cocina_delante.tscn",
|
"current_scene_filename": "res://gymkhana/rooms/turno_cocina/cocina_delante/cocina_delante.tscn",
|
||||||
@@ -27,7 +27,6 @@ globals = {
|
|||||||
"ESC_LAST_SCENE": "cocina",
|
"ESC_LAST_SCENE": "cocina",
|
||||||
"FORCE_LAST_SCENE_NULL": false,
|
"FORCE_LAST_SCENE_NULL": false,
|
||||||
"cocina_delante_intro_played": true,
|
"cocina_delante_intro_played": true,
|
||||||
"cocina_intro_played": true,
|
|
||||||
"intro_dialog2_playing": false,
|
"intro_dialog2_playing": false,
|
||||||
"new_game": true,
|
"new_game": true,
|
||||||
"turno_cocina_eneko_catando": false,
|
"turno_cocina_eneko_catando": false,
|
||||||
@@ -35,20 +34,21 @@ globals = {
|
|||||||
"turno_cocina_ingrediente_lentejas": false,
|
"turno_cocina_ingrediente_lentejas": false,
|
||||||
"turno_cocina_ingrediente_patatas": false,
|
"turno_cocina_ingrediente_patatas": false,
|
||||||
"turno_cocina_ingrediente_romero": false,
|
"turno_cocina_ingrediente_romero": false,
|
||||||
"turno_cocina_libro_leido_count": 0
|
"turno_cocina_libro_leido_count": 0.0,
|
||||||
|
"turno_cocina_tutorial_done": true
|
||||||
}
|
}
|
||||||
inventory = ["turno_cocina_frontal", "turno_cocina_libro_de_cocina"]
|
inventory = ["turno_cocina_frontal", "turno_cocina_libro_de_cocina"]
|
||||||
objects = {
|
objects = {
|
||||||
"_music": {
|
"_music": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"interactive": true,
|
"interactive": true,
|
||||||
"playback_position": 9.75075,
|
"playback_position": 6.46222,
|
||||||
"state": "res://gymkhana/sounds/music_loop.ogg"
|
"state": "res://gymkhana/sounds/music_loop.ogg"
|
||||||
},
|
},
|
||||||
"_sound": {
|
"_sound": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"interactive": true,
|
"interactive": true,
|
||||||
"playback_position": 4.62113,
|
"playback_position": 0.0,
|
||||||
"state": "default"
|
"state": "default"
|
||||||
},
|
},
|
||||||
"_speech": {
|
"_speech": {
|
||||||
@@ -56,6 +56,13 @@ objects = {
|
|||||||
"interactive": true,
|
"interactive": true,
|
||||||
"state": "default"
|
"state": "default"
|
||||||
},
|
},
|
||||||
|
"cocina": {
|
||||||
|
"turno_cocina_cocina_gas": {
|
||||||
|
"active": true,
|
||||||
|
"interactive": true,
|
||||||
|
"state": "apagada"
|
||||||
|
}
|
||||||
|
},
|
||||||
"cocina_delante": {
|
"cocina_delante": {
|
||||||
"_camera": {
|
"_camera": {
|
||||||
"active": true,
|
"active": true,
|
||||||
@@ -67,8 +74,8 @@ objects = {
|
|||||||
"active": true,
|
"active": true,
|
||||||
"custom_data": {
|
"custom_data": {
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
"action1": "cocina_delante_pegatinas_action1",
|
"action1": "tooltip_cocina_delante_pegatinas_action1",
|
||||||
"action2": "cocina_delante_pegatinas_action2"
|
"action2": "tooltip_cocina_delante_pegatinas_action2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"interactive": true,
|
"interactive": true,
|
||||||
@@ -78,7 +85,7 @@ objects = {
|
|||||||
"active": true,
|
"active": true,
|
||||||
"custom_data": {
|
"custom_data": {
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
"action1": "cocina_delante_puerta_cocina_action1"
|
"action1": "tooltip_cocina_delante_puerta_cocina_action1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"interactive": true,
|
"interactive": true,
|
||||||
@@ -88,7 +95,7 @@ objects = {
|
|||||||
"active": true,
|
"active": true,
|
||||||
"custom_data": {
|
"custom_data": {
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
"action1": "cocina_delante_puerta_despensa_action1"
|
"action1": "tooltip_cocina_delante_puerta_despensa_action1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"interactive": true,
|
"interactive": true,
|
||||||
@@ -98,7 +105,7 @@ objects = {
|
|||||||
"active": true,
|
"active": true,
|
||||||
"custom_data": {
|
"custom_data": {
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
"action1": "cocina_delante_puerta_detras_action1"
|
"action1": "tooltip_cocina_delante_puerta_detras_action1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"interactive": true,
|
"interactive": true,
|
||||||
@@ -126,7 +133,7 @@ objects = {
|
|||||||
"player": {
|
"player": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"custom_data": {},
|
"custom_data": {},
|
||||||
"global_transform": Transform2D(0.971569, 0, 0, 0.971569, 758.729, 541.12),
|
"global_transform": Transform2D(0.971569, 0, 0, 0.971569, 758.76, 541.116),
|
||||||
"interactive": false,
|
"interactive": false,
|
||||||
"last_deg": 71,
|
"last_deg": 71,
|
||||||
"last_dir": 4,
|
"last_dir": 4,
|
||||||
@@ -151,9 +158,9 @@ objects = {
|
|||||||
"active": false,
|
"active": false,
|
||||||
"custom_data": {
|
"custom_data": {
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
"action1": "Coger ajo",
|
"action1": "tooltip_turno_cocina_ajo_action1",
|
||||||
"action3": "Mirar",
|
"action3": "tooltip_common_look",
|
||||||
"action4": "Usar"
|
"action4": "tooltip_common_use"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"interactive": true,
|
"interactive": true,
|
||||||
@@ -163,10 +170,10 @@ objects = {
|
|||||||
"active": true,
|
"active": true,
|
||||||
"custom_data": {
|
"custom_data": {
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
"action1": "Mirar",
|
"action1": "tooltip_common_look",
|
||||||
"action2": "Coger",
|
"action2": "tooltip_common_pick",
|
||||||
"action3": "Mirar",
|
"action3": "tooltip_common_look",
|
||||||
"action4": "Usar"
|
"action4": "tooltip_common_use"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"interactive": true,
|
"interactive": true,
|
||||||
@@ -176,8 +183,8 @@ objects = {
|
|||||||
"active": true,
|
"active": true,
|
||||||
"custom_data": {
|
"custom_data": {
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
"action3": "frontal_action3",
|
"action3": "tooltip_frontal_action3",
|
||||||
"action4": "Usar"
|
"action4": "tooltip_frontal_action4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"interactive": true,
|
"interactive": true,
|
||||||
@@ -187,9 +194,9 @@ objects = {
|
|||||||
"active": false,
|
"active": false,
|
||||||
"custom_data": {
|
"custom_data": {
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
"action1": "Mirar",
|
"action1": "tooltip_common_look",
|
||||||
"action2": "Coger",
|
"action2": "tooltip_common_pick",
|
||||||
"action3": "Leer"
|
"action3": "tooltip_turno_cocina_libro_de_cocina_action3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"interactive": true,
|
"interactive": true,
|
||||||
@@ -199,10 +206,10 @@ objects = {
|
|||||||
"active": true,
|
"active": true,
|
||||||
"custom_data": {
|
"custom_data": {
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
"action1": "cocina_delante_madera_action1",
|
"action1": "tooltip_cocina_delante_madera_action1",
|
||||||
"action2": "cocina_delante_madera_action2",
|
"action2": "tooltip_cocina_delante_madera_action2",
|
||||||
"action3": "cocina_delante_madera_action3",
|
"action3": "tooltip_common_look",
|
||||||
"action4": "cocina_delante_madera_action4"
|
"action4": "tooltip_common_use"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"interactive": true,
|
"interactive": true,
|
||||||
@@ -211,12 +218,7 @@ objects = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
events = {
|
events = {
|
||||||
"events_queue": {
|
&"sched_events": []
|
||||||
"_front": [],
|
|
||||||
"intro_dialog2_channel": [],
|
|
||||||
"intro_dialog_channel": []
|
|
||||||
},
|
|
||||||
"sched_events": []
|
|
||||||
}
|
}
|
||||||
terrain_navpolys = {
|
terrain_navpolys = {
|
||||||
"cocina_delante": {
|
"cocina_delante": {
|
||||||
@@ -225,12 +227,13 @@ terrain_navpolys = {
|
|||||||
}
|
}
|
||||||
settings = {
|
settings = {
|
||||||
"custom_settings": {
|
"custom_settings": {
|
||||||
"a_custom_setting": 100
|
"a_custom_setting": 100,
|
||||||
|
"speech_speed": 170.0
|
||||||
},
|
},
|
||||||
"escoria_version": "1.0.0",
|
"escoria_version": "1.0.0",
|
||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
"master_volume": 0.391,
|
"master_volume": 0.391,
|
||||||
"music_volume": 0.649,
|
"music_volume": 0.525,
|
||||||
"sfx_volume": 1.0,
|
"sfx_volume": 1.0,
|
||||||
"speech_enabled": true,
|
"speech_enabled": true,
|
||||||
"speech_volume": 1.0,
|
"speech_volume": 1.0,
|
||||||
|
|||||||
@@ -1,287 +0,0 @@
|
|||||||
[gd_resource type="Resource" script_class="ESCSaveGame" load_steps=2 format=3 uid="uid://mivwgmyp1bem"]
|
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://blcoeovuyvld2" path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" id="1"]
|
|
||||||
|
|
||||||
[resource]
|
|
||||||
script = ExtResource("1")
|
|
||||||
escoria_version = "1.0.0"
|
|
||||||
game_version = "0.1.0"
|
|
||||||
name = "bol+peso"
|
|
||||||
date = {
|
|
||||||
"day": 12,
|
|
||||||
"dst": true,
|
|
||||||
"hour": 0,
|
|
||||||
"minute": 0,
|
|
||||||
"month": 10,
|
|
||||||
"second": 9,
|
|
||||||
"weekday": 6,
|
|
||||||
"year": 2024
|
|
||||||
}
|
|
||||||
main = {
|
|
||||||
"current_scene_filename": "res://gymkhana/rooms/turno_cocina/cocina_delante/cocina_delante.tscn",
|
|
||||||
"last_scene_global_id": "cocina_delante"
|
|
||||||
}
|
|
||||||
globals = {
|
|
||||||
"ESC_CURRENT_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,
|
|
||||||
"intro_dialog2_playing": false,
|
|
||||||
"new_game": true,
|
|
||||||
"turno_cocina_eneko_catando": false,
|
|
||||||
"turno_cocina_ingrediente_ajo_en_lentejas": false,
|
|
||||||
"turno_cocina_ingrediente_lentejas": false,
|
|
||||||
"turno_cocina_ingrediente_patatas": false,
|
|
||||||
"turno_cocina_ingrediente_romero": false,
|
|
||||||
"turno_cocina_libro_leido_count": 0
|
|
||||||
}
|
|
||||||
inventory = ["turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_peso_bol"]
|
|
||||||
objects = {
|
|
||||||
"_music": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"playback_position": 6.10358,
|
|
||||||
"state": "res://gymkhana/sounds/music_loop.ogg"
|
|
||||||
},
|
|
||||||
"_sound": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"playback_position": 4.62113,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"_speech": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina": {
|
|
||||||
"turno_cocina_cocina_gas": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "apagado"
|
|
||||||
},
|
|
||||||
"turno_cocina_peso_bol": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "¿Que es esto?",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cocina_delante": {
|
|
||||||
"_camera": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default",
|
|
||||||
"target": "player"
|
|
||||||
},
|
|
||||||
"cocina_delante_pegatinas": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "cocina_delante_pegatinas_action1",
|
|
||||||
"action2": "cocina_delante_pegatinas_action2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina_delante_puerta_cocina": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "cocina_delante_puerta_cocina_action1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina_delante_puerta_despensa": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "cocina_delante_puerta_despensa_action1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina_delante_puerta_detras": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "cocina_delante_puerta_detras_action1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"eneko_smoking": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "cocina_delante_eneko_smoking_action1",
|
|
||||||
"action2": "cocina_delante_eneko_smoking_action2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"global_transform": Transform2D(1.23314, 0, 0, 1.23314, 813, 440),
|
|
||||||
"interactive": true,
|
|
||||||
"last_deg": 271,
|
|
||||||
"last_dir": 0,
|
|
||||||
"state": "speak"
|
|
||||||
},
|
|
||||||
"new_game_start_location": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"player": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {},
|
|
||||||
"global_transform": Transform2D(0.976078, 0, 0, 0.976078, 730.999, 546),
|
|
||||||
"interactive": false,
|
|
||||||
"last_deg": 71,
|
|
||||||
"last_dir": 4,
|
|
||||||
"state": "speak_down"
|
|
||||||
},
|
|
||||||
"puerta_cocina_start": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"puerta_despensa_start": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"puerta_detras_start": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_ajo": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Coger ajo",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_bol": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Coger un bol",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_carton": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_frontal": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action3": "frontal_action3",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_libro_de_cocina": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Leer"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_madera": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "cocina_delante_madera_action1",
|
|
||||||
"action2": "cocina_delante_madera_action2",
|
|
||||||
"action3": "cocina_delante_madera_action3",
|
|
||||||
"action4": "cocina_delante_madera_action4"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_peso": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "¿Que es esto?",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
events = {
|
|
||||||
"events_queue": {
|
|
||||||
"_front": [],
|
|
||||||
"intro_dialog2_channel": [],
|
|
||||||
"intro_dialog_channel": []
|
|
||||||
},
|
|
||||||
"sched_events": []
|
|
||||||
}
|
|
||||||
terrain_navpolys = {
|
|
||||||
"cocina_delante": {
|
|
||||||
"NavigationRegion2D": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
settings = {
|
|
||||||
"custom_settings": {
|
|
||||||
"a_custom_setting": 100
|
|
||||||
},
|
|
||||||
"escoria_version": "1.0.0",
|
|
||||||
"fullscreen": false,
|
|
||||||
"master_volume": 0.391,
|
|
||||||
"music_volume": 0.0,
|
|
||||||
"sfx_volume": 1.0,
|
|
||||||
"speech_enabled": true,
|
|
||||||
"speech_volume": 1.0,
|
|
||||||
"text_lang": "es",
|
|
||||||
"voice_lang": "fr_FR"
|
|
||||||
}
|
|
||||||
custom_data = {
|
|
||||||
"ui_type": "rtmi-ui"
|
|
||||||
}
|
|
||||||
@@ -1,454 +0,0 @@
|
|||||||
[gd_resource type="Resource" script_class="ESCSaveGame" load_steps=2 format=3 uid="uid://cwghlyn206jvh"]
|
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://blcoeovuyvld2" path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" id="1"]
|
|
||||||
|
|
||||||
[resource]
|
|
||||||
script = ExtResource("1")
|
|
||||||
escoria_version = "1.0.0"
|
|
||||||
game_version = "0.1.0"
|
|
||||||
name = "cocina encendida con lentejas"
|
|
||||||
date = {
|
|
||||||
"day": 25,
|
|
||||||
"dst": true,
|
|
||||||
"hour": 19,
|
|
||||||
"minute": 33,
|
|
||||||
"month": 10,
|
|
||||||
"second": 12,
|
|
||||||
"weekday": 5,
|
|
||||||
"year": 2024
|
|
||||||
}
|
|
||||||
main = {
|
|
||||||
"current_scene_filename": "res://gymkhana/rooms/turno_cocina/cocina/cocina.tscn",
|
|
||||||
"last_scene_global_id": "cocina"
|
|
||||||
}
|
|
||||||
globals = {
|
|
||||||
"ESC_CURRENT_SCENE": "cocina",
|
|
||||||
"ESC_DIALOG_CHOSEN_OPTION": "Agur",
|
|
||||||
"ESC_LAST_SCENE": "cocina_delante",
|
|
||||||
"FORCE_LAST_SCENE_NULL": false,
|
|
||||||
"cocina_delante_intro_played": true,
|
|
||||||
"cocina_intro_played": true,
|
|
||||||
"intro_dialog2_playing": false,
|
|
||||||
"new_game": true,
|
|
||||||
"turno_cocina_cocina_gas_encendida": false,
|
|
||||||
"turno_cocina_economica_con_madera": true,
|
|
||||||
"turno_cocina_economica_con_olla": true,
|
|
||||||
"turno_cocina_economica_encendida": true,
|
|
||||||
"turno_cocina_eneko_catando": false,
|
|
||||||
"turno_cocina_ingrediente_ajo_en_lentejas": false,
|
|
||||||
"turno_cocina_ingrediente_lentejas": true,
|
|
||||||
"turno_cocina_ingrediente_patatas": false,
|
|
||||||
"turno_cocina_ingrediente_romero": false,
|
|
||||||
"turno_cocina_libro_leido_count": 0
|
|
||||||
}
|
|
||||||
inventory = ["turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_mechero"]
|
|
||||||
objects = {
|
|
||||||
"_music": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"playback_position": 18.4065,
|
|
||||||
"state": "res://gymkhana/sounds/music_loop.ogg"
|
|
||||||
},
|
|
||||||
"_sound": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"playback_position": 4.62113,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"_speech": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina": {
|
|
||||||
"_camera": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default",
|
|
||||||
"target": "player"
|
|
||||||
},
|
|
||||||
"cocina_cuchillos": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Contar los cuchillos",
|
|
||||||
"action2": "Coger un buen cuchillo"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina_debajo_sofa": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar debajo del sofa",
|
|
||||||
"action2": "Meter la mano"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina_fregadero_der": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar fregadero",
|
|
||||||
"action2": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina_fregadero_izq": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar el fregadero",
|
|
||||||
"action2": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina_patata": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"count_textures": [{
|
|
||||||
"start": 1,
|
|
||||||
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_patata.png"
|
|
||||||
}, {
|
|
||||||
"start": 2,
|
|
||||||
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_dos_patatas.png"
|
|
||||||
}, {
|
|
||||||
"start": 3,
|
|
||||||
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_tres_patatas.png"
|
|
||||||
}, {
|
|
||||||
"start": 4,
|
|
||||||
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_cuatro_patatas.png"
|
|
||||||
}],
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Admirar la patata",
|
|
||||||
"action2": "Cogerla"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina_puerta_delante": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Salir de la cocina"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina_puerta_detras": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Ir detrás"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"player": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {},
|
|
||||||
"global_transform": Transform2D(1.1498, 0, 0, 1.1498, 2546, 547),
|
|
||||||
"interactive": false,
|
|
||||||
"last_deg": 71,
|
|
||||||
"last_dir": 4,
|
|
||||||
"state": "speak_down"
|
|
||||||
},
|
|
||||||
"puerta_delante_start": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"puerta_detras_start": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_bol": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Coger un bol",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_cocina_gas": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar",
|
|
||||||
"action2": "Encender"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "apagado"
|
|
||||||
},
|
|
||||||
"turno_cocina_cuerno": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar el cuerno",
|
|
||||||
"action2": "Coger el cuerno",
|
|
||||||
"action3": "Mirar el cuerno",
|
|
||||||
"action4": "Tocar el cuerno"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_economica": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar",
|
|
||||||
"action2": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_libro_de_cocina": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Leer"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_mechero": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_olla_llena": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar dentro",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_peso": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "¿Que es esto?",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cocina_delante": {
|
|
||||||
"turno_cocina_bol": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Coger un bol",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_frontal": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action3": "frontal_action3",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_libro_de_cocina": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Leer"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_olla_llena": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar dentro",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_peso": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "¿Que es esto?",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": false,
|
|
||||||
"state": "default"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cocina_detras": {
|
|
||||||
"turno_cocina_carton": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_libro_de_cocina": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Leer"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_madera": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "cocina_delante_madera_action1",
|
|
||||||
"action2": "cocina_delante_madera_action2",
|
|
||||||
"action3": "cocina_delante_madera_action3",
|
|
||||||
"action4": "cocina_delante_madera_action4"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"despensa": {
|
|
||||||
"turno_cocina_bol_lentejas": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_carton": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_madera": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "cocina_delante_madera_action1",
|
|
||||||
"action2": "cocina_delante_madera_action2",
|
|
||||||
"action3": "cocina_delante_madera_action3",
|
|
||||||
"action4": "cocina_delante_madera_action4"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_peso_usado": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action3": "Mirar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
events = {
|
|
||||||
"events_queue": {
|
|
||||||
"_front": []
|
|
||||||
},
|
|
||||||
"sched_events": []
|
|
||||||
}
|
|
||||||
terrain_navpolys = {
|
|
||||||
"cocina": {
|
|
||||||
"NavigationRegion2D": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
settings = {
|
|
||||||
"custom_settings": {
|
|
||||||
"a_custom_setting": 100
|
|
||||||
},
|
|
||||||
"escoria_version": "1.0.0",
|
|
||||||
"fullscreen": false,
|
|
||||||
"master_volume": 0.391,
|
|
||||||
"music_volume": 0.649,
|
|
||||||
"sfx_volume": 1.0,
|
|
||||||
"speech_enabled": true,
|
|
||||||
"speech_volume": 1.0,
|
|
||||||
"text_lang": "es",
|
|
||||||
"voice_lang": "fr_FR"
|
|
||||||
}
|
|
||||||
custom_data = {
|
|
||||||
"ui_type": "rtmi-ui"
|
|
||||||
}
|
|
||||||
@@ -1,261 +0,0 @@
|
|||||||
[gd_resource type="Resource" script_class="ESCSaveGame" load_steps=2 format=3 uid="uid://c2erng3vxxfuo"]
|
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://blcoeovuyvld2" path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" id="1"]
|
|
||||||
|
|
||||||
[resource]
|
|
||||||
script = ExtResource("1")
|
|
||||||
escoria_version = "1.0.0"
|
|
||||||
game_version = "0.1.0"
|
|
||||||
name = "creditos"
|
|
||||||
date = {
|
|
||||||
"day": 1,
|
|
||||||
"dst": false,
|
|
||||||
"hour": 22,
|
|
||||||
"minute": 35,
|
|
||||||
"month": 11,
|
|
||||||
"second": 33,
|
|
||||||
"weekday": 5,
|
|
||||||
"year": 2024
|
|
||||||
}
|
|
||||||
main = {
|
|
||||||
"current_scene_filename": "res://gymkhana/rooms/turno_cocina/cocina_delante/cocina_delante.tscn",
|
|
||||||
"last_scene_global_id": "cocina_delante"
|
|
||||||
}
|
|
||||||
globals = {
|
|
||||||
"ESC_CURRENT_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,
|
|
||||||
"intro_dialog2_playing": false,
|
|
||||||
"new_game": true,
|
|
||||||
"turno_cocina_eneko_cata_ok": true,
|
|
||||||
"turno_cocina_eneko_catando": false,
|
|
||||||
"turno_cocina_ingrediente_ajo_en_lentejas": true,
|
|
||||||
"turno_cocina_ingrediente_lentejas": true,
|
|
||||||
"turno_cocina_ingrediente_patatas": true,
|
|
||||||
"turno_cocina_ingrediente_romero": true,
|
|
||||||
"turno_cocina_libro_leido_count": 0
|
|
||||||
}
|
|
||||||
inventory = ["turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_cuerno"]
|
|
||||||
objects = {
|
|
||||||
"_music": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"playback_position": 0.523356,
|
|
||||||
"state": "res://gymkhana/sounds/music_loop.ogg"
|
|
||||||
},
|
|
||||||
"_sound": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"playback_position": 4.62113,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"_speech": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina": {
|
|
||||||
"turno_cocina_cocina_gas": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "apagado"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cocina_delante": {
|
|
||||||
"_camera": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default",
|
|
||||||
"target": "player"
|
|
||||||
},
|
|
||||||
"cocina_delante_pegatinas": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "cocina_delante_pegatinas_action1",
|
|
||||||
"action2": "cocina_delante_pegatinas_action2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina_delante_puerta_cocina": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "cocina_delante_puerta_cocina_action1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina_delante_puerta_despensa": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "cocina_delante_puerta_despensa_action1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"cocina_delante_puerta_detras": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "cocina_delante_puerta_detras_action1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"eneko_smoking": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "cocina_delante_eneko_smoking_action1",
|
|
||||||
"action2": "cocina_delante_eneko_smoking_action2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"global_transform": Transform2D(1.23314, 0, 0, 1.23314, 813, 440),
|
|
||||||
"interactive": true,
|
|
||||||
"last_deg": 271,
|
|
||||||
"last_dir": 0,
|
|
||||||
"state": "speak"
|
|
||||||
},
|
|
||||||
"new_game_start_location": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"player": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {},
|
|
||||||
"global_transform": Transform2D(0.93549, 0, 0, 0.93549, 749, 521),
|
|
||||||
"interactive": false,
|
|
||||||
"last_deg": 161,
|
|
||||||
"last_dir": 6,
|
|
||||||
"state": "speak_down"
|
|
||||||
},
|
|
||||||
"puerta_cocina_start": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"puerta_despensa_start": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"puerta_detras_start": {
|
|
||||||
"active": true,
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_ajo": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Coger ajo",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_carton": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Mirar",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_cuerno": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar el cuerno",
|
|
||||||
"action2": "Coger el cuerno",
|
|
||||||
"action3": "Mirar el cuerno",
|
|
||||||
"action4": "Tocar el cuerno"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_frontal": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action3": "frontal_action3",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_libro_de_cocina": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "Mirar",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Leer"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_madera": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "cocina_delante_madera_action1",
|
|
||||||
"action2": "cocina_delante_madera_action2",
|
|
||||||
"action3": "cocina_delante_madera_action3",
|
|
||||||
"action4": "cocina_delante_madera_action4"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
events = {
|
|
||||||
"events_queue": {
|
|
||||||
"_front": []
|
|
||||||
},
|
|
||||||
"sched_events": []
|
|
||||||
}
|
|
||||||
terrain_navpolys = {
|
|
||||||
"cocina_delante": {
|
|
||||||
"NavigationRegion2D": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
settings = {
|
|
||||||
"custom_settings": {
|
|
||||||
"a_custom_setting": 100
|
|
||||||
},
|
|
||||||
"escoria_version": "1.0.0",
|
|
||||||
"fullscreen": false,
|
|
||||||
"master_volume": 0.391,
|
|
||||||
"music_volume": 0.649,
|
|
||||||
"sfx_volume": 1.0,
|
|
||||||
"speech_enabled": true,
|
|
||||||
"speech_volume": 1.0,
|
|
||||||
"text_lang": "es",
|
|
||||||
"voice_lang": "fr_FR"
|
|
||||||
}
|
|
||||||
custom_data = {
|
|
||||||
"ui_type": "rtmi-ui"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user