[gd_scene load_steps=10 format=3 uid="uid://csb7hwb1v016e"] [ext_resource type="Script" uid="uid://c7fcpp72w3dnj" path="res://addons/escoria-core/game/core-scripts/esc_room.gd" id="1"] [ext_resource type="PackedScene" uid="uid://cjmsexhyhi4vs" path="res://gymkhana/characters/oier/oier.tscn" id="2"] [ext_resource type="Texture2D" uid="uid://dc7j1xq3x7gwp" path="res://gymkhana/rooms/turno_cocina/creditos/assets/background.png" id="3"] [ext_resource type="PackedScene" path="res://gymkhana/rooms/turno_cocina/creditos/scrollingText.tscn" id="4"] [ext_resource type="PackedScene" path="res://gymkhana/rooms/turno_cocina/creditos/EnekoDancing.tscn" id="5"] [ext_resource type="Texture2D" uid="uid://budal8dqwrifr" path="res://gymkhana/logo-small.png" id="6"] [ext_resource type="Script" uid="uid://ib2j5oleakyb" path="res://gymkhana/rooms/turno_cocina/creditos/SceneHandler.gd" id="7"] [ext_resource type="Script" uid="uid://c6yobrdbei4d" path="res://gymkhana/rooms/turno_cocina/creditos/RestartGameButton.gd" id="8"] [ext_resource type="PackedScene" path="res://gymkhana/rooms/turno_cocina/creditos/OierDancing.tscn" id="9"] [node name="ESCRoom2" type="Node2D"] script = ExtResource("1") global_id = "turno_cocina_creditos" esc_script = "res://gymkhana/rooms/turno_cocina/creditos/esc/creditos.esc" player_scene = ExtResource("2") camera_limits = [Rect2(0, 0, 1280, 577)] editor_debug_mode = 1 [node name="background" type="Sprite2D" parent="."] position = Vector2(644.5, 372.812) scale = Vector2(1.01797, 1.29008) texture = ExtResource("3") [node name="scrollingText" parent="." instance=ExtResource("4")] offset_left = 368.0 offset_top = 764.0 offset_right = 933.0 offset_bottom = 1201.0 [node name="Button" type="Button" parent="."] offset_left = 495.0 offset_top = 486.0 offset_right = 845.0 offset_bottom = 612.0 text = "Volver al menĂº" script = ExtResource("8") [node name="Logo-small" type="Sprite2D" parent="Button"] position = Vector2(176.25, -190.5) scale = Vector2(1.01504, 1.00333) texture = ExtResource("6") [node name="Node2D" type="Node2D" parent="."] script = ExtResource("7") [node name="OierDancing" parent="." instance=ExtResource("9")] position = Vector2(228, 376) [node name="EnekoDancing" parent="." instance=ExtResource("5")] position = Vector2(1109, 372) [connection signal="finished" from="scrollingText" to="Node2D" method="_on_scrollingText_finished"] [connection signal="button_up" from="Button" to="Node2D" method="_on_Button_button_up"]