feat(achievements): Creditos order change. confetti #168
This commit is contained in:
@@ -128,7 +128,7 @@ process_thread_group = 0
|
||||
physics_interpolation_mode = 2
|
||||
auto_translate_mode = 0
|
||||
editor_description = ""
|
||||
visible = true
|
||||
visible = false
|
||||
modulate = Color(1, 1, 1, 1)
|
||||
self_modulate = Color(1, 1, 1, 1)
|
||||
show_behind_parent = false
|
||||
|
||||
@@ -4,7 +4,7 @@ const CHARACTER_LIMIT: int = 32
|
||||
const ALLOWED_CHARACTERS = "[à-ÿÀ-ŸA-Za-z0-9 _-]"
|
||||
|
||||
var error = false
|
||||
var _perfect = false
|
||||
var perfect = false
|
||||
|
||||
@onready var input_name: LineEdit = %InputName
|
||||
@onready var total_time: Label = %TotalTime
|
||||
@@ -18,6 +18,9 @@ func _ready() -> void:
|
||||
input_name.text_changed.connect(_on_input_name_changed)
|
||||
input_name.grab_focus()
|
||||
|
||||
func show():
|
||||
super.show()
|
||||
|
||||
|
||||
func _input(event: InputEvent) -> void:
|
||||
if event.is_action_released("ui_accept"):
|
||||
@@ -46,7 +49,14 @@ func _fill():
|
||||
|
||||
if unlocked == achievements.size():
|
||||
submit_button.text = tr("SUBMIT_PERFECT_SCORE")
|
||||
_perfect = true
|
||||
perfect = true
|
||||
check_score()
|
||||
|
||||
func check_score():
|
||||
if perfect:
|
||||
escoria.game_scene.launch_confetti()
|
||||
escoria.game_scene.launch_confetti()
|
||||
|
||||
|
||||
|
||||
func _clear() -> void:
|
||||
|
||||
@@ -58,6 +58,7 @@ const ESC_UI_CHANGE_VERB_ACTION = "esc_change_verb"
|
||||
@export var dev_tools_node: Control
|
||||
@export var video_player: RTMIVideoPlayer
|
||||
@export var language_selector: RTMILanguageSelector
|
||||
@export var confetti: RTMIConfetti
|
||||
|
||||
# Tracks the mouse's current position onscreen.
|
||||
var _current_mouse_pos = Vector2.ZERO
|
||||
@@ -663,3 +664,6 @@ func update_highlights():
|
||||
for room_child in child.get_children():
|
||||
if room_child is ESCItemWithTooltip:
|
||||
room_child.get_component("outline").update_highlight()
|
||||
|
||||
func launch_confetti():
|
||||
confetti.launch()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=26 format=3 uid="uid://cabos3cse6b71"]
|
||||
[gd_scene load_steps=28 format=3 uid="uid://cabos3cse6b71"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bl50queikqfjc" path="res://addons/escoria-ui-return-monkey-island/inventory/inventory_ui.tscn" id="1"]
|
||||
[ext_resource type="Script" path="res://addons/escoria-core/game/scenes/dialogs/esc_dialog_player.gd" id="2"]
|
||||
@@ -6,6 +6,7 @@
|
||||
[ext_resource type="Shader" uid="uid://bgopfs5nlgkcu" path="res://addons/escoria-ui-return-monkey-island/shaders/black_and_white.gdshader" id="2_ssxmx"]
|
||||
[ext_resource type="PackedScene" uid="uid://dmw5gicuenj53" path="res://addons/escoria-core/game/scenes/camera_player/camera.tscn" id="3"]
|
||||
[ext_resource type="PackedScene" uid="uid://d2kogebvoxy51" path="res://addons/escoria-ui-return-monkey-island/rtmi_rich_tooltip.tscn" id="4"]
|
||||
[ext_resource type="PackedScene" uid="uid://c7mjom1gqkjwv" path="res://addons/escoria-ui-return-monkey-island/ui/confetti.tscn" id="4_ixq7a"]
|
||||
[ext_resource type="Script" uid="uid://lkc4isk3g0rj" path="res://addons/escoria-ui-return-monkey-island/game.gd" id="5"]
|
||||
[ext_resource type="Texture2D" uid="uid://ce2rx8nm1s6gh" path="res://addons/escoria-ui-return-monkey-island/icons/music-double-note.svg" id="6"]
|
||||
[ext_resource type="PackedScene" uid="uid://d3wdxi18u52c5" path="res://addons/escoria-ui-return-monkey-island/menus/main_menu/main_menu.tscn" id="7"]
|
||||
@@ -19,6 +20,7 @@
|
||||
[ext_resource type="Texture2D" uid="uid://c6hw4fs6aoydo" path="res://addons/escoria-ui-return-monkey-island/icons/menu_hover.svg" id="14_parhr"]
|
||||
[ext_resource type="Texture2D" uid="uid://d2sehci16hioi" path="res://addons/escoria-ui-return-monkey-island/icons/music-double-note-hover-disabled.svg" id="15"]
|
||||
[ext_resource type="Texture2D" uid="uid://e2xk0aimdte" path="res://addons/escoria-ui-return-monkey-island/icons/music-double-note-disabled.svg" id="16"]
|
||||
[ext_resource type="Material" path="res://addons/escoria-ui-return-monkey-island/shaders/confetti_particles_material.tres" id="18_o34rc"]
|
||||
[ext_resource type="PackedScene" uid="uid://d3kgkl2r5xe4d" path="res://addons/escoria-ui-return-monkey-island/achievements/rtmi_achievement_notification_container.tscn" id="18_ssxmx"]
|
||||
[ext_resource type="PackedScene" uid="uid://c0066wpl3qky4" path="res://addons/escoria-ui-return-monkey-island/menus/language_selector/language_selector.tscn" id="19_we0hb"]
|
||||
[ext_resource type="Shader" uid="uid://iehp1eakxyak" path="res://addons/escoria-ui-return-monkey-island/shaders/vignette.gdshader" id="20_parhr"]
|
||||
@@ -35,13 +37,14 @@ shader_parameter/vignette_strength = 0.9
|
||||
shader_parameter/dither_strength = 0.03
|
||||
shader_parameter/vignette_color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="game" type="Node2D" node_paths=PackedStringArray("inventory_ui", "rtmi_tooltip_node", "dev_tools_node", "video_player", "language_selector")]
|
||||
[node name="game" type="Node2D" node_paths=PackedStringArray("inventory_ui", "rtmi_tooltip_node", "dev_tools_node", "video_player", "language_selector", "confetti")]
|
||||
script = ExtResource("5")
|
||||
inventory_ui = NodePath("game_layer/ui_layer/Inventory")
|
||||
rtmi_tooltip_node = NodePath("game_layer/tooltip_layer/tooltip")
|
||||
dev_tools_node = NodePath("game_layer/ui_layer/DevTools")
|
||||
video_player = NodePath("menu_layer/video_player")
|
||||
language_selector = NodePath("menu_layer/language_selector")
|
||||
confetti = NodePath("CanvasLayer/Confetti")
|
||||
main_menu = NodePath("menu_layer/main_menu")
|
||||
pause_menu = NodePath("menu_layer/pause_menu")
|
||||
mouse_tooltip_margin = 70.0
|
||||
@@ -60,6 +63,10 @@ anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="Confetti" parent="CanvasLayer" instance=ExtResource("4_ixq7a")]
|
||||
|
||||
[node name="Vignette" type="CanvasLayer" parent="."]
|
||||
process_mode = 4
|
||||
|
||||
@@ -129,6 +136,7 @@ texture_normal = ExtResource("13_we0hb")
|
||||
texture_hover = ExtResource("14_parhr")
|
||||
|
||||
[node name="Inventory" parent="game_layer/ui_layer" instance=ExtResource("1")]
|
||||
material = ExtResource("18_o34rc")
|
||||
anchors_preset = 7
|
||||
anchor_top = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
||||
48
addons/escoria-ui-return-monkey-island/images/confetti.svg
Normal file
48
addons/escoria-ui-return-monkey-island/images/confetti.svg
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.4666667"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)"
|
||||
sodipodi:docname="confetti.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="9.9062851"
|
||||
inkscape:cx="15.192375"
|
||||
inkscape:cy="18.422648"
|
||||
inkscape:window-width="1680"
|
||||
inkscape:window-height="941"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:window-y="15"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs1" />
|
||||
<g
|
||||
inkscape:label="Capa 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<circle
|
||||
style="fill:#ffffff;stroke:#f2f2f2;stroke-width:0.0312208;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1"
|
||||
id="path1"
|
||||
cx="4.2333331"
|
||||
cy="4.2333331"
|
||||
r="4.2333331" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
21
addons/escoria-ui-return-monkey-island/ui/confetti.gd
Normal file
21
addons/escoria-ui-return-monkey-island/ui/confetti.gd
Normal file
@@ -0,0 +1,21 @@
|
||||
class_name RTMIConfetti
|
||||
extends Node2D
|
||||
|
||||
|
||||
@onready var cpu_particles_2d: CPUParticles2D = $CPUParticles2D
|
||||
@onready var cpu_particles_2d_2: CPUParticles2D = $CPUParticles2D2
|
||||
|
||||
func launch():
|
||||
visible = true
|
||||
cpu_particles_2d.emitting = true
|
||||
cpu_particles_2d_2.emitting = true
|
||||
cpu_particles_2d.restart()
|
||||
cpu_particles_2d_2.restart()
|
||||
|
||||
|
||||
func stop():
|
||||
visible = true
|
||||
cpu_particles_2d.emitting = false
|
||||
cpu_particles_2d_2.emitting = false
|
||||
cpu_particles_2d_2.restart()
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
uid://s1s08sgq8te7
|
||||
52
addons/escoria-ui-return-monkey-island/ui/confetti.tscn
Normal file
52
addons/escoria-ui-return-monkey-island/ui/confetti.tscn
Normal file
@@ -0,0 +1,52 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://c7mjom1gqkjwv"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://s1s08sgq8te7" path="res://addons/escoria-ui-return-monkey-island/ui/confetti.gd" id="1_5ccud"]
|
||||
[ext_resource type="Texture2D" uid="uid://1gbwusfgagys" path="res://addons/escoria-ui-return-monkey-island/images/confetti.svg" id="1_akxxl"]
|
||||
|
||||
[sub_resource type="Curve" id="Curve_akxxl"]
|
||||
_limits = [-360.0, 360.0, 0.0, 1.0]
|
||||
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.33557048, 42.711853), 0.0, 0.0, 0, 0, Vector2(1, 1), 0.0, 0.0, 0, 0]
|
||||
point_count = 3
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_akxxl"]
|
||||
offsets = PackedFloat32Array(0.12351544, 0.31591448, 0.4631829, 0.6128266, 0.7672209, 0.89548695, 0.94299287, 1)
|
||||
colors = PackedColorArray(1, 0, 0.016666412, 1, 0.98333335, 1, 0, 1, 0, 1, 0.3166666, 1, 0, 0.7999997, 1, 1, 0.3166666, 0, 1, 1, 0.8333335, 0, 1, 1, 1, 0, 0.016666412, 1, 1, 1, 1, 1)
|
||||
|
||||
[node name="Confetti" type="Node2D"]
|
||||
script = ExtResource("1_5ccud")
|
||||
|
||||
[node name="CPUParticles2D" type="CPUParticles2D" parent="."]
|
||||
position = Vector2(416, -42)
|
||||
emitting = false
|
||||
amount = 40
|
||||
texture = ExtResource("1_akxxl")
|
||||
lifetime = 1.9000000000000001
|
||||
one_shot = true
|
||||
emission_shape = 3
|
||||
emission_rect_extents = Vector2(640, 1)
|
||||
initial_velocity_min = 136.76
|
||||
initial_velocity_max = 136.76
|
||||
angular_velocity_min = -1.0
|
||||
angular_velocity_max = -1.0
|
||||
angular_velocity_curve = SubResource("Curve_akxxl")
|
||||
angle_min = -166.2
|
||||
angle_max = 160.0
|
||||
color_initial_ramp = SubResource("Gradient_akxxl")
|
||||
|
||||
[node name="CPUParticles2D2" type="CPUParticles2D" parent="."]
|
||||
position = Vector2(948, -39)
|
||||
emitting = false
|
||||
amount = 40
|
||||
texture = ExtResource("1_akxxl")
|
||||
lifetime = 1.9000000000000001
|
||||
one_shot = true
|
||||
emission_shape = 3
|
||||
emission_rect_extents = Vector2(640, 1)
|
||||
direction = Vector2(-5, 0)
|
||||
initial_velocity_min = 136.76
|
||||
initial_velocity_max = 136.76
|
||||
angular_velocity_min = -1.0
|
||||
angular_velocity_max = -1.0
|
||||
angular_velocity_curve = SubResource("Curve_akxxl")
|
||||
color_initial_ramp = SubResource("Gradient_akxxl")
|
||||
hue_variation_max = 0.38
|
||||
@@ -24,6 +24,7 @@
|
||||
set_angle($player, 180)
|
||||
if turno_cocina_eneko_cata_ok:
|
||||
set_gui_visible(false)
|
||||
play_video("res://gymkhana/videos/turno_cocina/cuerno_epico.ogv")
|
||||
change_scene("res://gymkhana/rooms/turno_cocina/creditos/creditos.tscn")
|
||||
stop
|
||||
play_video("res://gymkhana/videos/turno_cocina/cuerno_antes_de_tiempo.ogv")
|
||||
|
||||
@@ -3,44 +3,78 @@ extends Node2D
|
||||
@export var scrolling_text: GymkhanaScrollingText
|
||||
@export var menu_layer: CanvasLayer
|
||||
@export var menu_container: Control
|
||||
@export var new_game_button: Control
|
||||
@export var credits_button: Control
|
||||
@export var exit_button: Control
|
||||
@export var skip_credits_button: Control
|
||||
|
||||
var _credits_played = false
|
||||
|
||||
@onready var achievement_summary: PanelContainer = %AchievementSummary
|
||||
|
||||
|
||||
func _ready():
|
||||
scrolling_text.connect("started", _on_scrolling_text_started)
|
||||
scrolling_text.connect("finished", _on_scrolling_text_finished)
|
||||
new_game_button.connect("pressed", _on_new_game_pressed)
|
||||
exit_button.connect("pressed", _on_exit_pressed)
|
||||
skip_credits_button.visible = false
|
||||
|
||||
|
||||
func _on_scrolling_text_started():
|
||||
skip_credits_button.visible = true
|
||||
create_tween().tween_property(skip_credits_button, "modulate:a",1.0,0.8).from(0.0).set_trans(Tween.TRANS_SINE)
|
||||
|
||||
create_tween().tween_property(skip_credits_button, "modulate:a", 1.0, 0.8).from(0.0).set_trans(
|
||||
Tween.TRANS_SINE
|
||||
)
|
||||
|
||||
|
||||
func _on_scrolling_text_finished():
|
||||
menu_layer.visible = true
|
||||
create_tween().tween_property(menu_container, "modulate:a",1.0,0.8).from(0.0).set_trans(Tween.TRANS_SINE)
|
||||
create_tween().tween_property(skip_credits_button, "modulate:a",0.0,0.8).from(1.0).set_trans(Tween.TRANS_SINE)
|
||||
|
||||
func _on_new_game_pressed():
|
||||
escoria.new_game()
|
||||
|
||||
func _on_exit_pressed():
|
||||
escoria.quit()
|
||||
create_tween().tween_property(menu_container, "modulate:a", 1.0, 0.8).from(0.0).set_trans(
|
||||
Tween.TRANS_SINE
|
||||
)
|
||||
create_tween().tween_property(skip_credits_button, "modulate:a", 0.0, 0.8).from(1.0).set_trans(
|
||||
Tween.TRANS_SINE
|
||||
)
|
||||
|
||||
|
||||
func _on_skip_credits_pressed() -> void:
|
||||
if scrolling_text.is_connected("finished", _on_scrolling_text_finished):
|
||||
scrolling_text.finished.disconnect(_on_scrolling_text_finished)
|
||||
create_tween().tween_property(scrolling_text, "modulate:a",0.0,0.8).from(1.0).set_trans(Tween.TRANS_SINE).finished.connect(_on_skip_credits_finished)
|
||||
create_tween().tween_property(skip_credits_button, "modulate:a",0.0,0.8).from(1.0).set_trans(Tween.TRANS_SINE)
|
||||
(
|
||||
create_tween()
|
||||
. tween_property(scrolling_text, "modulate:a", 0.0, 0.8)
|
||||
. from(1.0)
|
||||
. set_trans(Tween.TRANS_SINE)
|
||||
. finished
|
||||
. connect(_on_skip_credits_finished)
|
||||
)
|
||||
create_tween().tween_property(skip_credits_button, "modulate:a", 0.0, 0.8).from(1.0).set_trans(
|
||||
Tween.TRANS_SINE
|
||||
)
|
||||
|
||||
|
||||
|
||||
func _on_skip_credits_finished():
|
||||
_on_scrolling_text_finished()
|
||||
|
||||
|
||||
func _on_back_pressed() -> void:
|
||||
escoria.game_scene.show_main_menu()
|
||||
|
||||
|
||||
func _on_show_credits_button_up() -> void:
|
||||
if not _credits_played:
|
||||
(
|
||||
create_tween()
|
||||
. tween_property(menu_container, "modulate:a", 0.0, 0.8)
|
||||
. from(1.0)
|
||||
. set_trans(Tween.TRANS_SINE)
|
||||
. connect("finished", _on_menu_hide_finish)
|
||||
)
|
||||
var script = escoria.esc_compiler.load_esc_file(
|
||||
"res://gymkhana/rooms/turno_cocina/creditos/esc/creditos.esc", "creditos"
|
||||
)
|
||||
escoria.event_manager.queue_event_from_esc(script, "credits", "_front", true)
|
||||
_credits_played = true
|
||||
|
||||
|
||||
func _on_menu_hide_finish():
|
||||
menu_layer.visible = false
|
||||
credits_button.visible = false
|
||||
|
||||
@@ -30,13 +30,13 @@ offset_top = 764.0
|
||||
offset_right = 933.0
|
||||
offset_bottom = 1201.0
|
||||
|
||||
[node name="SceneHandler" type="Node2D" parent="." node_paths=PackedStringArray("scrolling_text", "menu_layer", "menu_container", "new_game_button", "exit_button", "skip_credits_button")]
|
||||
[node name="SceneHandler" type="Node2D" parent="." node_paths=PackedStringArray("scrolling_text", "menu_layer", "menu_container", "credits_button", "exit_button", "skip_credits_button")]
|
||||
script = ExtResource("7")
|
||||
scrolling_text = NodePath("../scrollingText")
|
||||
menu_layer = NodePath("../Menu")
|
||||
menu_container = NodePath("../Menu/CenterContainer")
|
||||
new_game_button = NodePath("../Menu/CenterContainer/VBoxContainer/NewGameButton")
|
||||
exit_button = NodePath("../Menu/CenterContainer/VBoxContainer/ExitButton")
|
||||
credits_button = NodePath("../Menu/CenterContainer/VBoxContainer/HBoxContainer/Credits")
|
||||
exit_button = NodePath("../Menu/CenterContainer/VBoxContainer/HBoxContainer/Back")
|
||||
skip_credits_button = NodePath("../CanvasLayer/SkipCredits")
|
||||
|
||||
[node name="OierDancing" parent="." instance=ExtResource("9")]
|
||||
@@ -48,7 +48,6 @@ position = Vector2(1109, 372)
|
||||
[node name="Menu" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="Menu"]
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
@@ -74,29 +73,17 @@ texture = ExtResource("6")
|
||||
expand_mode = 3
|
||||
|
||||
[node name="AchievementSummary" parent="Menu/CenterContainer/VBoxContainer" instance=ExtResource("9_oudlg")]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
|
||||
[node name="NewGameButton" type="Button" parent="Menu/CenterContainer/VBoxContainer"]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(0, 150)
|
||||
layout_mode = 2
|
||||
text = "NEW_GAME"
|
||||
|
||||
[node name="ExitButton" type="Button" parent="Menu/CenterContainer/VBoxContainer"]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(0, 75)
|
||||
layout_mode = 2
|
||||
text = "QUIT
|
||||
"
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="Menu/CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Submit" type="Button" parent="Menu/CenterContainer/VBoxContainer/HBoxContainer"]
|
||||
[node name="Credits" type="Button" parent="Menu/CenterContainer/VBoxContainer/HBoxContainer"]
|
||||
custom_minimum_size = Vector2(0, 40)
|
||||
layout_mode = 2
|
||||
text = "SUBMIT_HIGHSCORE"
|
||||
text = "SHOW_CREDITS"
|
||||
script = ExtResource("10_f1tcv")
|
||||
metadata/_custom_type_script = "uid://elqkwjm0r5c7"
|
||||
|
||||
@@ -121,6 +108,6 @@ grow_horizontal = 0
|
||||
grow_vertical = 0
|
||||
text = "SKIP_CREDITS"
|
||||
|
||||
[connection signal="pressed" from="Menu/CenterContainer/VBoxContainer/HBoxContainer/Submit" to="SceneHandler" method="_on_submit_pressed"]
|
||||
[connection signal="button_up" from="Menu/CenterContainer/VBoxContainer/HBoxContainer/Credits" to="SceneHandler" method="_on_show_credits_button_up"]
|
||||
[connection signal="pressed" from="Menu/CenterContainer/VBoxContainer/HBoxContainer/Back" to="SceneHandler" method="_on_back_pressed"]
|
||||
[connection signal="pressed" from="CanvasLayer/SkipCredits" to="SceneHandler" method="_on_skip_credits_pressed"]
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
:setup
|
||||
set_gui_visible(false)
|
||||
accept_input("NONE")
|
||||
accept_input("SKIP")
|
||||
stop_snd()
|
||||
stop_time_tracker()
|
||||
play_video("res://gymkhana/videos/turno_cocina/cuerno_epico.ogv")
|
||||
|
||||
:ready
|
||||
accept_input("SKIP")
|
||||
set_gui_visible(false)
|
||||
set_global("game_over", true)
|
||||
set_global("turno_cocina_credits_dancers_visible", true)
|
||||
accept_input("SKIP")
|
||||
|
||||
:credits
|
||||
accept_input("SKIP")
|
||||
say($oier_dancing, "Pues eso ha sido todo, te has acabado el juego.", "turno_cocina_creditos_1")
|
||||
say($eneko_dancing, "Y ahora qué? Deberíamos decir algo?", "turno_cocina_creditos_2")
|
||||
say($oier_dancing, "No se me ocurre nada que decir.", "turno_cocina_creditos_3")
|
||||
@@ -23,4 +25,4 @@
|
||||
play_menu_music()
|
||||
force_music()
|
||||
set_global("turno_credits_rolling", true)
|
||||
set_global("turno_cocina_credits_dancing", true)
|
||||
set_global("turno_cocina_credits_dancing", true)
|
||||
@@ -253,9 +253,8 @@ terrain_navpolys = {
|
||||
}
|
||||
settings = {
|
||||
"custom_settings": {
|
||||
"a_custom_setting": 100,
|
||||
"clear_text_by_click_only": false,
|
||||
"speech_speed": 170.0,
|
||||
"slow_text_mode": false,
|
||||
"video_subtitles": false
|
||||
},
|
||||
"escoria_version": "1.0.0",
|
||||
|
||||
764
saves/save_002.tres
Normal file
764
saves/save_002.tres
Normal file
@@ -0,0 +1,764 @@
|
||||
[gd_resource type="Resource" script_class="ESCSaveGame" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" id="1_2rxtw"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_2rxtw")
|
||||
escoria_version = "1.0.0"
|
||||
game_version = "Local"
|
||||
name = "fuego e ingredientes"
|
||||
date = {
|
||||
"day": 2,
|
||||
"dst": false,
|
||||
"hour": 1,
|
||||
"minute": 0,
|
||||
"month": 11,
|
||||
"second": 48,
|
||||
"weekday": 0,
|
||||
"year": 2025
|
||||
}
|
||||
main = {
|
||||
"current_scene_filename": "res://gymkhana/rooms/turno_cocina/cocina/cocina.tscn",
|
||||
"last_scene_global_id": ""
|
||||
}
|
||||
globals = {
|
||||
"ESC_CURRENT_SCENE": "cocina",
|
||||
"ESC_DIALOG_CHOSEN_OPTION": "¿Que te parece que haga la comida?",
|
||||
"ESC_LAST_SCENE": "cocina_delante",
|
||||
"FORCE_LAST_SCENE_NULL": false,
|
||||
"_COUNT_turno_cocina_patata": 4,
|
||||
"cocina_debajo_sofa_picked": true,
|
||||
"cocina_delante_intro_played": true,
|
||||
"cocina_patata_picked": true,
|
||||
"intro_dialog2_playing": false,
|
||||
"new_game": true,
|
||||
"they_live_visible": false,
|
||||
"turno_cocina_bol_lentejas_picked": true,
|
||||
"turno_cocina_bol_picked": true,
|
||||
"turno_cocina_carton_encendido_picked": true,
|
||||
"turno_cocina_carton_picked": true,
|
||||
"turno_cocina_cocina_gas_encendida": false,
|
||||
"turno_cocina_cuchillo_picked": true,
|
||||
"turno_cocina_economica_con_madera": true,
|
||||
"turno_cocina_economica_con_olla": true,
|
||||
"turno_cocina_economica_encendida": true,
|
||||
"turno_cocina_eneko_cata_ok": false,
|
||||
"turno_cocina_eneko_catando": false,
|
||||
"turno_cocina_frontal_debajo_sofa": true,
|
||||
"turno_cocina_frontal_entregado": false,
|
||||
"turno_cocina_frontal_picked": true,
|
||||
"turno_cocina_hint_romero": 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_de_cocina_picked": true,
|
||||
"turno_cocina_libro_leido_count": 0.0,
|
||||
"turno_cocina_madera_picked": true,
|
||||
"turno_cocina_mechero_picked": true,
|
||||
"turno_cocina_mikel_played_times": 0.0,
|
||||
"turno_cocina_mikel_playing": false,
|
||||
"turno_cocina_olla_llena_picked": true,
|
||||
"turno_cocina_olla_vacia_picked": true,
|
||||
"turno_cocina_pan_mojado": null,
|
||||
"turno_cocina_pan_mojado_playing": false,
|
||||
"turno_cocina_patata_grande_picked": true,
|
||||
"turno_cocina_patata_picked": true,
|
||||
"turno_cocina_peso_bol_picked": true,
|
||||
"turno_cocina_peso_picked": true,
|
||||
"turno_cocina_peso_usado_picked": true,
|
||||
"turno_cocina_tutorial_done": true,
|
||||
"zorionak_eneko": false
|
||||
}
|
||||
inventory = ["turno_cocina_bol_lentejas", "turno_cocina_cuchillo", "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_mechero", "turno_cocina_patata", "turno_cocina_peso_usado"]
|
||||
objects = {
|
||||
"_ambient": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 0.0,
|
||||
"state": "off"
|
||||
},
|
||||
"_music": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 12.588118,
|
||||
"state": "res://gymkhana/sounds/intro_menu_loop.ogg"
|
||||
},
|
||||
"_sound": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 0.0,
|
||||
"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": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_cuchillo": "cocina_cuchillos_action3_cuchillo"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_cuchillos_action1",
|
||||
"action2": "tooltip_cocina_cuchillos_action2"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_debajo_sofa": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_frontal": "tooltip_cocina_debajo_sofa_action3_frontal"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_debajo_sofa_action1",
|
||||
"action2": "tooltip_cocina_debajo_sofa_action2"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_fregadero_der": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_bol": "tooltip_cocina_fregadero_action3_bol",
|
||||
"turno_cocina_olla_vacia": "tooltip_cocina_fregadero_action3_olla_vacia"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "cocina_fregadero_action1",
|
||||
"action2": "cocina_fregadero_action2"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_fregadero_izq": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_bol": "tooltip_cocina_fregadero_action3_bol",
|
||||
"turno_cocina_olla_vacia": "tooltip_cocina_fregadero_action3_olla_vacia"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "cocina_fregadero_action1",
|
||||
"action2": "cocina_fregadero_action2"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_pan": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "cocina_pan_action2"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_patata": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_patata_action1",
|
||||
"action2": "tooltip_cocina_patata_action2"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_puerta_delante": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "cocina_puerta_delante_action1"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_puerta_detras": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "cocina_puerta_detras_action1"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"player": {
|
||||
"active": true,
|
||||
"custom_data": {},
|
||||
"global_transform": Transform2D(0.9168628, 0, 0, 0.9168628, 1769.106, 468),
|
||||
"interactive": false,
|
||||
"last_deg": 21,
|
||||
"last_dir": 3,
|
||||
"state": "idle_down"
|
||||
},
|
||||
"puerta_delante_start": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"puerta_detras_start": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_bandera_palestina": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "action1",
|
||||
"action2": "action2"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_bol": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_peso": "tooltip_turno_cocina_bol_action3_turno_cocina_peso"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_turno_cocina_bol_action1",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_carton": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_mechero": "tooltip_turno_cocina_carton_action3_turno_cocina_mechero"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_carton_encendido": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_cocina_gas": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_carton": "tooltip_cocina_gas_action3_carton",
|
||||
"turno_cocina_mechero": "tooltip_cocina_gas_action3_mechero",
|
||||
"turno_cocina_olla_llena": "tooltip_cocina_gas_action3_olla",
|
||||
"turno_cocina_olla_vacia": "tooltip_cocina_gas_action3_olla"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_cocina_gas_action2"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "apagada"
|
||||
},
|
||||
"turno_cocina_cuchillo": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_cuerno": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_turno_cocina_cuerno_action1",
|
||||
"action2": "tooltip_turno_cocina_cuerno_action2",
|
||||
"action3": "tooltip_turno_cocina_cuerno_action3",
|
||||
"action4": "tooltip_turno_cocina_cuerno_action4"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_economica": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_carton": "tooltip_cocina_economica_action3_carton",
|
||||
"turno_cocina_carton_encendido": "tooltip_cocina_economica_action3_carton_encendido",
|
||||
"turno_cocina_madera": "tooltip_cocina_economica_action3_madera",
|
||||
"turno_cocina_mechero": "tooltip_cocina_economica_action3_mechero",
|
||||
"turno_cocina_olla_llena": "tooltip_cocina_economica_action3_olla_llena",
|
||||
"turno_cocina_olla_vacia": "tooltip_cocina_economica_action3_olla_vacia"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "cocina_economica_action2"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_jarra": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_jarra_volcada": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_cocina_jarra_volcada_action2"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_libro_de_cocina": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_turno_cocina_libro_de_cocina_action3",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_madera": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_madera_action1",
|
||||
"action2": "tooltip_cocina_delante_madera_action2",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_mechero": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_olla_llena": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_ajo": "tooltip_turno_cocina_olla_llena_action3_drop_in",
|
||||
"turno_cocina_bol_lentejas": "tooltip_turno_cocina_olla_llena_action3_drop_in",
|
||||
"turno_cocina_madera": "tooltip_turno_cocina_olla_llena_action3_turno_cocina_madera",
|
||||
"turno_cocina_patata": "tooltip_turno_cocina_olla_llena_action3_drop_in",
|
||||
"turno_cocina_romero": "tooltip_turno_cocina_olla_llena_action3_drop_in"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look_inside",
|
||||
"action2": "tooltip_olla_llena_action2",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_olla_vacia": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_ajo": "tooltip_turno_cocina_olla_vacia_action3_drop_in",
|
||||
"turno_cocina_bol_lentejas": "tooltip_turno_cocina_olla_vacia_action3_drop_in",
|
||||
"turno_cocina_patata": "tooltip_turno_cocina_olla_vacia_action3_drop_in",
|
||||
"turno_cocina_romero": "tooltip_turno_cocina_olla_vacia_action3_drop_in"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_ordenador": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_patata": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"count": 4,
|
||||
"count_textures": [{
|
||||
"start": 1,
|
||||
"texture": "res://gymkhana/items/assets/turno_cocina_patata.png"
|
||||
}, {
|
||||
"start": 2,
|
||||
"texture": "res://gymkhana/items/assets/turno_cocina_dos_patatas.png"
|
||||
}, {
|
||||
"start": 3,
|
||||
"texture": "res://gymkhana/items/assets/turno_cocina_tres_patatas.png"
|
||||
}, {
|
||||
"start": 4,
|
||||
"texture": "res://gymkhana/items/assets/turno_cocina_cuatro_patatas.png"
|
||||
}],
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_cuchillo": "tooltip_turno_cocina_patata_action3_turno_cocina_cuchillo"
|
||||
},
|
||||
"action4": {
|
||||
"turno_cocina_cuchillo": "tooltip_turno_cocina_patata_action4_turno_cocina_cuchillo"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action3": "tooltip_turno_cocina_patata_action3",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_peso": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_bol": "tooltip_cocina_peso_action3_bol"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_whats_this",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
}
|
||||
},
|
||||
"cocina_delante": {
|
||||
"turno_cocina_bol": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_peso": "tooltip_turno_cocina_bol_action3_turno_cocina_peso"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_turno_cocina_bol_action1",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_frontal": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_frontal_action3",
|
||||
"action4": "tooltip_frontal_action4"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_libro_de_cocina": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_turno_cocina_libro_de_cocina_action3",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_olla_llena": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_ajo": "tooltip_turno_cocina_olla_llena_action3_drop_in",
|
||||
"turno_cocina_bol_lentejas": "tooltip_turno_cocina_olla_llena_action3_drop_in",
|
||||
"turno_cocina_madera": "tooltip_turno_cocina_olla_llena_action3_turno_cocina_madera",
|
||||
"turno_cocina_patata": "tooltip_turno_cocina_olla_llena_action3_drop_in",
|
||||
"turno_cocina_romero": "tooltip_turno_cocina_olla_llena_action3_drop_in"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look_inside",
|
||||
"action2": "tooltip_olla_llena_action2",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_patata_grande": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_cuchillo": "tooltip_turno_cocina_patata_grande_action3_turno_cocina_cuchillo"
|
||||
},
|
||||
"action4": {
|
||||
"turno_cocina_cuchillo": "tooltip_turno_cocina_patata_grande_action4_turno_cocina_cuchillo"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_turno_cocina_patata_grande_action2",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_peso": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_bol": "tooltip_cocina_peso_action3_bol"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_whats_this",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
}
|
||||
},
|
||||
"cocina_detras": {
|
||||
"turno_cocina_carton": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_mechero": "tooltip_turno_cocina_carton_action3_turno_cocina_mechero"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_libro_de_cocina": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_turno_cocina_libro_de_cocina_action3",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_madera": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_madera_action1",
|
||||
"action2": "tooltip_cocina_delante_madera_action2",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
}
|
||||
},
|
||||
"despensa": {
|
||||
"turno_cocina_bol_lentejas": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_carton": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_mechero": "tooltip_turno_cocina_carton_action3_turno_cocina_mechero"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_madera": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_madera_action1",
|
||||
"action2": "tooltip_cocina_delante_madera_action2",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_peso_bol": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_whats_this",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_peso_usado": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_common_look"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
}
|
||||
}
|
||||
}
|
||||
events = {
|
||||
&"sched_events": []
|
||||
}
|
||||
terrain_navpolys = {
|
||||
"cocina": {
|
||||
"NavigationRegion2D": true
|
||||
}
|
||||
}
|
||||
settings = {
|
||||
"custom_settings": {
|
||||
"clear_text_by_click_only": false,
|
||||
"slow_text_mode": false,
|
||||
"video_subtitles": false
|
||||
},
|
||||
"escoria_version": "1.0.0",
|
||||
"fullscreen": false,
|
||||
"master_volume": 0.391,
|
||||
"music_volume": 1.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"
|
||||
}
|
||||
393
saves/save_003.tres
Normal file
393
saves/save_003.tres
Normal file
@@ -0,0 +1,393 @@
|
||||
[gd_resource type="Resource" script_class="ESCSaveGame" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" id="1_ranh1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_ranh1")
|
||||
escoria_version = "1.0.0"
|
||||
game_version = "Local"
|
||||
name = "con ingredientes min"
|
||||
date = {
|
||||
"day": 2,
|
||||
"dst": false,
|
||||
"hour": 2,
|
||||
"minute": 31,
|
||||
"month": 11,
|
||||
"second": 34,
|
||||
"weekday": 0,
|
||||
"year": 2025
|
||||
}
|
||||
main = {
|
||||
"current_scene_filename": "res://gymkhana/rooms/turno_cocina/cocina_delante/cocina_delante.tscn",
|
||||
"last_scene_global_id": ""
|
||||
}
|
||||
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,
|
||||
"_COUNT_turno_cocina_patata": 4,
|
||||
"cocina_debajo_sofa_picked": true,
|
||||
"cocina_delante_intro_played": true,
|
||||
"cocina_patata_picked": true,
|
||||
"intro_dialog2_playing": false,
|
||||
"new_game": true,
|
||||
"they_live_visible": false,
|
||||
"turno_cocina_bol_lentejas_picked": true,
|
||||
"turno_cocina_bol_picked": true,
|
||||
"turno_cocina_carton_encendido_picked": true,
|
||||
"turno_cocina_carton_picked": true,
|
||||
"turno_cocina_cocina_gas_encendida": false,
|
||||
"turno_cocina_cuchillo_picked": true,
|
||||
"turno_cocina_economica_con_madera": true,
|
||||
"turno_cocina_economica_con_olla": true,
|
||||
"turno_cocina_economica_encendida": true,
|
||||
"turno_cocina_eneko_cata_ok": false,
|
||||
"turno_cocina_eneko_catando": false,
|
||||
"turno_cocina_frontal_debajo_sofa": true,
|
||||
"turno_cocina_frontal_entregado": false,
|
||||
"turno_cocina_frontal_picked": true,
|
||||
"turno_cocina_hint_romero": false,
|
||||
"turno_cocina_ingrediente_ajo_en_lentejas": false,
|
||||
"turno_cocina_ingrediente_lentejas": true,
|
||||
"turno_cocina_ingrediente_patatas": true,
|
||||
"turno_cocina_ingrediente_romero": false,
|
||||
"turno_cocina_libro_de_cocina_picked": true,
|
||||
"turno_cocina_libro_leido_count": 0.0,
|
||||
"turno_cocina_madera_picked": true,
|
||||
"turno_cocina_mechero_picked": true,
|
||||
"turno_cocina_mikel_played_times": 0.0,
|
||||
"turno_cocina_mikel_playing": false,
|
||||
"turno_cocina_olla_llena_picked": true,
|
||||
"turno_cocina_olla_vacia_picked": true,
|
||||
"turno_cocina_pan_mojado": null,
|
||||
"turno_cocina_pan_mojado_playing": false,
|
||||
"turno_cocina_patata_grande_picked": true,
|
||||
"turno_cocina_patata_picked": true,
|
||||
"turno_cocina_peso_bol_picked": true,
|
||||
"turno_cocina_peso_picked": false,
|
||||
"turno_cocina_peso_usado_picked": true,
|
||||
"turno_cocina_tutorial_done": true,
|
||||
"zorionak_eneko": false
|
||||
}
|
||||
inventory = ["turno_cocina_cuchillo", "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_mechero"]
|
||||
objects = {
|
||||
"_ambient": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 4.0199547,
|
||||
"state": "res://gymkhana/sounds/birds_ambient_loop.ogg"
|
||||
},
|
||||
"_music": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 11.48517,
|
||||
"state": "res://gymkhana/sounds/intro_menu_loop.ogg"
|
||||
},
|
||||
"_sound": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 0.0,
|
||||
"state": "res://gymkhana/sounds/puerta_cocina_delante.ogg"
|
||||
},
|
||||
"_speech": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina": {
|
||||
"turno_cocina_bol_lentejas": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_cocina_gas": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "apagada"
|
||||
},
|
||||
"turno_cocina_cuchillo": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_frontal": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_frontal_action3",
|
||||
"action4": "tooltip_frontal_action4"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_mechero": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_patata": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"count_textures": [{
|
||||
"start": 1,
|
||||
"texture": "res://gymkhana/items/assets/turno_cocina_patata.png"
|
||||
}, {
|
||||
"start": 2,
|
||||
"texture": "res://gymkhana/items/assets/turno_cocina_dos_patatas.png"
|
||||
}, {
|
||||
"start": 3,
|
||||
"texture": "res://gymkhana/items/assets/turno_cocina_tres_patatas.png"
|
||||
}, {
|
||||
"start": 4,
|
||||
"texture": "res://gymkhana/items/assets/turno_cocina_cuatro_patatas.png"
|
||||
}],
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_cuchillo": "tooltip_turno_cocina_patata_action3_turno_cocina_cuchillo"
|
||||
},
|
||||
"action4": {
|
||||
"turno_cocina_cuchillo": "tooltip_turno_cocina_patata_action4_turno_cocina_cuchillo"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action3": "tooltip_turno_cocina_patata_action3",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_peso_usado": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_common_look"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
}
|
||||
},
|
||||
"cocina_delante": {
|
||||
"_camera": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "default",
|
||||
"target": "player"
|
||||
},
|
||||
"cocina_delante_pegatinas": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_pegatinas_action1",
|
||||
"action2": "tooltip_cocina_delante_pegatinas_action2"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_delante_puerta_cocina": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_puerta_cocina_action1"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_delante_puerta_despensa": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_puerta_despensa_action1"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_delante_puerta_detras": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_puerta_detras_action1"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"eneko_smoking": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_cuchillo": "tooltip_turno_cocina_eneko_action3_cuchillo",
|
||||
"turno_cocina_frontal": "tooltip_turno_cocina_eneko_action3_frontal",
|
||||
"turno_cocina_madera": "tooltip_turno_cocina_eneko_action3_madera",
|
||||
"turno_cocina_mechero": "tooltip_turno_cocina_eneko_action3_mechero"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "cocina_delante_eneko_smoking_action1",
|
||||
"action2": "cocina_delante_eneko_smoking_action2"
|
||||
}
|
||||
},
|
||||
"global_transform": Transform2D(1.2331372, 0, 0, 1.2331372, 813, 440),
|
||||
"interactive": true,
|
||||
"last_deg": 271,
|
||||
"last_dir": 0,
|
||||
"state": "they_live"
|
||||
},
|
||||
"new_game_start_location": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"player": {
|
||||
"active": true,
|
||||
"custom_data": {},
|
||||
"global_transform": Transform2D(0.85431373, 0, 0, 0.85431373, 716, 473),
|
||||
"interactive": false,
|
||||
"last_deg": 71,
|
||||
"last_dir": 4,
|
||||
"state": "idle_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": "tooltip_turno_cocina_ajo_action1",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_bol": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_peso": "tooltip_turno_cocina_bol_action3_turno_cocina_peso"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_turno_cocina_bol_action1",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_carton": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_mechero": "tooltip_turno_cocina_carton_action3_turno_cocina_mechero"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_libro_de_cocina": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_turno_cocina_libro_de_cocina_action3",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_madera": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_madera_action1",
|
||||
"action2": "tooltip_cocina_delante_madera_action2",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
}
|
||||
}
|
||||
}
|
||||
events = {
|
||||
&"sched_events": []
|
||||
}
|
||||
terrain_navpolys = {
|
||||
"cocina_delante": {
|
||||
"NavigationRegion2D": true
|
||||
}
|
||||
}
|
||||
settings = {
|
||||
"custom_settings": {
|
||||
"clear_text_by_click_only": false,
|
||||
"slow_text_mode": false,
|
||||
"video_subtitles": false
|
||||
},
|
||||
"escoria_version": "1.0.0",
|
||||
"fullscreen": false,
|
||||
"master_volume": 0.391,
|
||||
"music_volume": 1.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"
|
||||
}
|
||||
432
saves/save_004.tres
Normal file
432
saves/save_004.tres
Normal file
@@ -0,0 +1,432 @@
|
||||
[gd_resource type="Resource" script_class="ESCSaveGame" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" id="1_bd8y8"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_bd8y8")
|
||||
escoria_version = "1.0.0"
|
||||
game_version = "Local"
|
||||
name = "con ajo"
|
||||
date = {
|
||||
"day": 2,
|
||||
"dst": false,
|
||||
"hour": 2,
|
||||
"minute": 32,
|
||||
"month": 11,
|
||||
"second": 33,
|
||||
"weekday": 0,
|
||||
"year": 2025
|
||||
}
|
||||
main = {
|
||||
"current_scene_filename": "res://gymkhana/rooms/turno_cocina/cocina_delante/cocina_delante.tscn",
|
||||
"last_scene_global_id": ""
|
||||
}
|
||||
globals = {
|
||||
"ESC_CURRENT_SCENE": "cocina_delante",
|
||||
"ESC_DIALOG_CHOSEN_OPTION": "Ya he hecho las lentejas!",
|
||||
"ESC_LAST_SCENE": "cocina",
|
||||
"FORCE_LAST_SCENE_NULL": false,
|
||||
"_COUNT_turno_cocina_patata": 4,
|
||||
"cocina_debajo_sofa_picked": true,
|
||||
"cocina_delante_catando": false,
|
||||
"cocina_delante_intro_played": true,
|
||||
"cocina_patata_picked": true,
|
||||
"intro_dialog2_playing": false,
|
||||
"new_game": true,
|
||||
"they_live_visible": false,
|
||||
"turno_cocina_ajo_picked": true,
|
||||
"turno_cocina_bol_lentejas_picked": true,
|
||||
"turno_cocina_bol_picked": true,
|
||||
"turno_cocina_carton_encendido_picked": true,
|
||||
"turno_cocina_carton_picked": true,
|
||||
"turno_cocina_cocina_gas_encendida": false,
|
||||
"turno_cocina_cuchillo_picked": true,
|
||||
"turno_cocina_cuerno_picked": true,
|
||||
"turno_cocina_economica_con_madera": true,
|
||||
"turno_cocina_economica_con_olla": true,
|
||||
"turno_cocina_economica_encendida": true,
|
||||
"turno_cocina_eneko_cata_ok": false,
|
||||
"turno_cocina_eneko_catando": false,
|
||||
"turno_cocina_frontal_debajo_sofa": true,
|
||||
"turno_cocina_frontal_entregado": false,
|
||||
"turno_cocina_frontal_picked": true,
|
||||
"turno_cocina_hint_romero": false,
|
||||
"turno_cocina_ingrediente_ajo_en_lentejas": true,
|
||||
"turno_cocina_ingrediente_lentejas": true,
|
||||
"turno_cocina_ingrediente_patatas": true,
|
||||
"turno_cocina_ingrediente_romero": false,
|
||||
"turno_cocina_libro_de_cocina_picked": true,
|
||||
"turno_cocina_libro_leido_count": 0.0,
|
||||
"turno_cocina_madera_picked": true,
|
||||
"turno_cocina_mechero_picked": true,
|
||||
"turno_cocina_mikel_played_times": 0.0,
|
||||
"turno_cocina_mikel_playing": false,
|
||||
"turno_cocina_olla_llena_picked": true,
|
||||
"turno_cocina_olla_vacia_picked": true,
|
||||
"turno_cocina_pan_mojado": null,
|
||||
"turno_cocina_pan_mojado_playing": false,
|
||||
"turno_cocina_patata_grande_picked": true,
|
||||
"turno_cocina_patata_picked": true,
|
||||
"turno_cocina_pegatina_picked": true,
|
||||
"turno_cocina_peso_bol_picked": true,
|
||||
"turno_cocina_peso_picked": false,
|
||||
"turno_cocina_peso_usado_picked": true,
|
||||
"turno_cocina_tutorial_done": true,
|
||||
"zorionak_eneko": false
|
||||
}
|
||||
inventory = ["turno_cocina_cuchillo", "turno_cocina_cuerno", "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_mechero", "turno_cocina_pegatina"]
|
||||
objects = {
|
||||
"_ambient": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 7.0617685,
|
||||
"state": "res://gymkhana/sounds/birds_ambient_loop.ogg"
|
||||
},
|
||||
"_music": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 9.000635,
|
||||
"state": "res://gymkhana/sounds/intro_menu_loop.ogg"
|
||||
},
|
||||
"_sound": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 0.0,
|
||||
"state": "default"
|
||||
},
|
||||
"_speech": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina": {
|
||||
"turno_cocina_ajo": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_turno_cocina_ajo_action1",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_bol_lentejas": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_cocina_gas": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "apagada"
|
||||
},
|
||||
"turno_cocina_cuchillo": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_frontal": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_frontal_action3",
|
||||
"action4": "tooltip_frontal_action4"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_mechero": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_patata": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"count_textures": [{
|
||||
"start": 1,
|
||||
"texture": "res://gymkhana/items/assets/turno_cocina_patata.png"
|
||||
}, {
|
||||
"start": 2,
|
||||
"texture": "res://gymkhana/items/assets/turno_cocina_dos_patatas.png"
|
||||
}, {
|
||||
"start": 3,
|
||||
"texture": "res://gymkhana/items/assets/turno_cocina_tres_patatas.png"
|
||||
}, {
|
||||
"start": 4,
|
||||
"texture": "res://gymkhana/items/assets/turno_cocina_cuatro_patatas.png"
|
||||
}],
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_cuchillo": "tooltip_turno_cocina_patata_action3_turno_cocina_cuchillo"
|
||||
},
|
||||
"action4": {
|
||||
"turno_cocina_cuchillo": "tooltip_turno_cocina_patata_action4_turno_cocina_cuchillo"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action3": "tooltip_turno_cocina_patata_action3",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_peso_usado": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_common_look"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
}
|
||||
},
|
||||
"cocina_delante": {
|
||||
"_camera": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "default",
|
||||
"target": "player"
|
||||
},
|
||||
"cocina_delante_pegatinas": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_pegatinas_action1",
|
||||
"action2": "tooltip_cocina_delante_pegatinas_action2"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_delante_puerta_cocina": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_puerta_cocina_action1"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_delante_puerta_despensa": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_puerta_despensa_action1"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_delante_puerta_detras": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_puerta_detras_action1"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"eneko_smoking": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_cuchillo": "tooltip_turno_cocina_eneko_action3_cuchillo",
|
||||
"turno_cocina_frontal": "tooltip_turno_cocina_eneko_action3_frontal",
|
||||
"turno_cocina_madera": "tooltip_turno_cocina_eneko_action3_madera",
|
||||
"turno_cocina_mechero": "tooltip_turno_cocina_eneko_action3_mechero"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "cocina_delante_eneko_smoking_action1",
|
||||
"action2": "cocina_delante_eneko_smoking_action2"
|
||||
}
|
||||
},
|
||||
"global_transform": Transform2D(1.2331372, 0, 0, 1.2331372, 813, 440),
|
||||
"interactive": true,
|
||||
"last_deg": 271,
|
||||
"last_dir": 0,
|
||||
"state": "they_live"
|
||||
},
|
||||
"new_game_start_location": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"player": {
|
||||
"active": true,
|
||||
"custom_data": {},
|
||||
"global_transform": Transform2D(0.85431373, 0, 0, 0.85431373, 716, 473),
|
||||
"interactive": false,
|
||||
"last_deg": 71,
|
||||
"last_dir": 4,
|
||||
"state": "idle_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": "tooltip_turno_cocina_ajo_action1",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_bol": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_peso": "tooltip_turno_cocina_bol_action3_turno_cocina_peso"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_turno_cocina_bol_action1",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_carton": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_mechero": "tooltip_turno_cocina_carton_action3_turno_cocina_mechero"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_cuerno": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_turno_cocina_cuerno_action1",
|
||||
"action2": "tooltip_turno_cocina_cuerno_action2",
|
||||
"action3": "tooltip_turno_cocina_cuerno_action3",
|
||||
"action4": "tooltip_turno_cocina_cuerno_action4"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_libro_de_cocina": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_turno_cocina_libro_de_cocina_action3",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_madera": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_madera_action1",
|
||||
"action2": "tooltip_cocina_delante_madera_action2",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_pegatina": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_common_look"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
}
|
||||
}
|
||||
}
|
||||
events = {
|
||||
&"sched_events": []
|
||||
}
|
||||
terrain_navpolys = {
|
||||
"cocina_delante": {
|
||||
"NavigationRegion2D": true
|
||||
}
|
||||
}
|
||||
settings = {
|
||||
"custom_settings": {
|
||||
"clear_text_by_click_only": false,
|
||||
"slow_text_mode": false,
|
||||
"video_subtitles": false
|
||||
},
|
||||
"escoria_version": "1.0.0",
|
||||
"fullscreen": false,
|
||||
"master_volume": 0.391,
|
||||
"music_volume": 1.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"
|
||||
}
|
||||
343
saves/save_005.tres
Normal file
343
saves/save_005.tres
Normal file
@@ -0,0 +1,343 @@
|
||||
[gd_resource type="Resource" script_class="ESCSaveGame" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" id="1_dxu0r"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_dxu0r")
|
||||
escoria_version = "1.0.0"
|
||||
game_version = "Local"
|
||||
name = "cuerno epico"
|
||||
date = {
|
||||
"day": 2,
|
||||
"dst": false,
|
||||
"hour": 2,
|
||||
"minute": 34,
|
||||
"month": 11,
|
||||
"second": 34,
|
||||
"weekday": 0,
|
||||
"year": 2025
|
||||
}
|
||||
main = {
|
||||
"current_scene_filename": "res://gymkhana/rooms/turno_cocina/cocina_delante/cocina_delante.tscn",
|
||||
"last_scene_global_id": ""
|
||||
}
|
||||
globals = {
|
||||
"ESC_CURRENT_SCENE": "cocina_delante",
|
||||
"ESC_DIALOG_CHOSEN_OPTION": "Ya he hecho las lentejas!",
|
||||
"ESC_LAST_SCENE": "cocina",
|
||||
"FORCE_LAST_SCENE_NULL": false,
|
||||
"_COUNT_turno_cocina_patata": 4,
|
||||
"cocina_debajo_sofa_picked": true,
|
||||
"cocina_delante_catando": false,
|
||||
"cocina_delante_intro_played": true,
|
||||
"cocina_patata_picked": true,
|
||||
"intro_dialog2_playing": false,
|
||||
"new_game": true,
|
||||
"they_live_visible": false,
|
||||
"turno_cocina_ajo_picked": true,
|
||||
"turno_cocina_bol_lentejas_picked": true,
|
||||
"turno_cocina_bol_picked": true,
|
||||
"turno_cocina_carton_encendido_picked": true,
|
||||
"turno_cocina_carton_picked": true,
|
||||
"turno_cocina_cocina_gas_encendida": false,
|
||||
"turno_cocina_cuchillo_picked": true,
|
||||
"turno_cocina_cuerno_picked": true,
|
||||
"turno_cocina_economica_con_madera": true,
|
||||
"turno_cocina_economica_con_olla": true,
|
||||
"turno_cocina_economica_encendida": true,
|
||||
"turno_cocina_eneko_cata_ok": true,
|
||||
"turno_cocina_eneko_catando": false,
|
||||
"turno_cocina_frontal_debajo_sofa": true,
|
||||
"turno_cocina_frontal_entregado": false,
|
||||
"turno_cocina_frontal_picked": true,
|
||||
"turno_cocina_hint_romero": false,
|
||||
"turno_cocina_ingrediente_ajo_en_lentejas": true,
|
||||
"turno_cocina_ingrediente_lentejas": true,
|
||||
"turno_cocina_ingrediente_patatas": true,
|
||||
"turno_cocina_ingrediente_romero": false,
|
||||
"turno_cocina_libro_de_cocina_picked": true,
|
||||
"turno_cocina_libro_leido_count": 0.0,
|
||||
"turno_cocina_madera_picked": true,
|
||||
"turno_cocina_mechero_picked": true,
|
||||
"turno_cocina_mikel_played_times": 0.0,
|
||||
"turno_cocina_mikel_playing": false,
|
||||
"turno_cocina_olla_llena_picked": true,
|
||||
"turno_cocina_olla_vacia_picked": true,
|
||||
"turno_cocina_pan_mojado": null,
|
||||
"turno_cocina_pan_mojado_playing": false,
|
||||
"turno_cocina_patata_grande_picked": true,
|
||||
"turno_cocina_patata_picked": true,
|
||||
"turno_cocina_pegatina_picked": true,
|
||||
"turno_cocina_peso_bol_picked": true,
|
||||
"turno_cocina_peso_picked": false,
|
||||
"turno_cocina_peso_usado_picked": true,
|
||||
"turno_cocina_tutorial_done": true,
|
||||
"zorionak_eneko": false
|
||||
}
|
||||
inventory = ["turno_cocina_cuchillo", "turno_cocina_cuerno", "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_mechero", "turno_cocina_pegatina"]
|
||||
objects = {
|
||||
"_ambient": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 25.199432,
|
||||
"state": "res://gymkhana/sounds/birds_ambient_loop.ogg"
|
||||
},
|
||||
"_music": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 11.264581,
|
||||
"state": "res://gymkhana/sounds/intro_menu_loop.ogg"
|
||||
},
|
||||
"_sound": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 0.0,
|
||||
"state": "off"
|
||||
},
|
||||
"_speech": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_delante": {
|
||||
"_camera": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "default",
|
||||
"target": "player"
|
||||
},
|
||||
"cocina_delante_pegatinas": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_pegatinas_action1",
|
||||
"action2": "tooltip_cocina_delante_pegatinas_action2"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_delante_puerta_cocina": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_puerta_cocina_action1"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_delante_puerta_despensa": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_puerta_despensa_action1"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"cocina_delante_puerta_detras": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_puerta_detras_action1"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"eneko_smoking": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_cuchillo": "tooltip_turno_cocina_eneko_action3_cuchillo",
|
||||
"turno_cocina_frontal": "tooltip_turno_cocina_eneko_action3_frontal",
|
||||
"turno_cocina_madera": "tooltip_turno_cocina_eneko_action3_madera",
|
||||
"turno_cocina_mechero": "tooltip_turno_cocina_eneko_action3_mechero"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "cocina_delante_eneko_smoking_action1",
|
||||
"action2": "cocina_delante_eneko_smoking_action2"
|
||||
}
|
||||
},
|
||||
"global_transform": Transform2D(1.2331372, 0, 0, 1.2331372, 813, 440),
|
||||
"interactive": true,
|
||||
"last_deg": 271,
|
||||
"last_dir": 0,
|
||||
"state": "they_live"
|
||||
},
|
||||
"new_game_start_location": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"player": {
|
||||
"active": true,
|
||||
"custom_data": {},
|
||||
"global_transform": Transform2D(0.9490196, 0, 0, 0.9490196, 864, 525),
|
||||
"interactive": false,
|
||||
"last_deg": 341,
|
||||
"last_dir": 2,
|
||||
"state": "idle_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": "tooltip_turno_cocina_ajo_action1",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_carton": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"target_tooltips": {
|
||||
"action3": {
|
||||
"turno_cocina_mechero": "tooltip_turno_cocina_carton_action3_turno_cocina_mechero"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_cuchillo": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_cuerno": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_turno_cocina_cuerno_action1",
|
||||
"action2": "tooltip_turno_cocina_cuerno_action2",
|
||||
"action3": "tooltip_turno_cocina_cuerno_action3",
|
||||
"action4": "tooltip_turno_cocina_cuerno_action4"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_frontal": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_frontal_action3",
|
||||
"action4": "tooltip_frontal_action4"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_libro_de_cocina": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_turno_cocina_libro_de_cocina_action3",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_madera": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_cocina_delante_madera_action1",
|
||||
"action2": "tooltip_cocina_delante_madera_action2",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_mechero": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_common_pick",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_pegatina": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_common_look"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
}
|
||||
}
|
||||
}
|
||||
events = {
|
||||
&"sched_events": []
|
||||
}
|
||||
terrain_navpolys = {
|
||||
"cocina_delante": {
|
||||
"NavigationRegion2D": true
|
||||
}
|
||||
}
|
||||
settings = {
|
||||
"custom_settings": {
|
||||
"clear_text_by_click_only": false,
|
||||
"slow_text_mode": false,
|
||||
"video_subtitles": false
|
||||
},
|
||||
"escoria_version": "1.0.0",
|
||||
"fullscreen": false,
|
||||
"master_volume": 0.391,
|
||||
"music_volume": 1.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"
|
||||
}
|
||||
Reference in New Issue
Block a user