[gd_scene load_steps=25 format=2] [ext_resource path="res://addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd" type="Script" id=1] [ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/assets/eneko-donkey-sheet.png" type="Texture" id=2] [ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/assets/eneko-disco-sheet.png" type="Texture" id=3] [ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/assets/eneko-pulp-sheet.png" type="Texture" id=4] [ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/assets/eneko-idle.png" type="Texture" id=5] [ext_resource path="res://addons/escoria-core/game/core-scripts/resources/esc_animationresource.gd" type="Script" id=6] [ext_resource path="res://gymkhana/rooms/turno_cocina/creditos/DancingAnimator.gd" type="Script" id=7] [sub_resource type="Resource" id=17] script = ExtResource( 6 ) dir_angles = [ ] directions = [ ] idles = [ ] speaks = [ ] [sub_resource type="CapsuleShape2D" id=1] radius = 57.0 height = 186.0 [sub_resource type="AtlasTexture" id=2] flags = 4 atlas = ExtResource( 3 ) region = Rect2( 0, 0, 186, 375 ) [sub_resource type="AtlasTexture" id=3] flags = 4 atlas = ExtResource( 3 ) region = Rect2( 186, 0, 186, 375 ) [sub_resource type="AtlasTexture" id=4] flags = 4 atlas = ExtResource( 3 ) region = Rect2( 372, 0, 186, 375 ) [sub_resource type="AtlasTexture" id=5] flags = 4 atlas = ExtResource( 3 ) region = Rect2( 558, 0, 186, 375 ) [sub_resource type="AtlasTexture" id=6] flags = 4 atlas = ExtResource( 2 ) region = Rect2( 0, 0, 155, 375 ) [sub_resource type="AtlasTexture" id=7] flags = 4 atlas = ExtResource( 2 ) region = Rect2( 155, 0, 155, 375 ) [sub_resource type="AtlasTexture" id=15] flags = 4 atlas = ExtResource( 5 ) region = Rect2( 0, 0, 118, 375 ) [sub_resource type="AtlasTexture" id=8] flags = 4 atlas = ExtResource( 4 ) region = Rect2( 0, 0, 186, 375 ) [sub_resource type="AtlasTexture" id=9] flags = 4 atlas = ExtResource( 4 ) region = Rect2( 186, 0, 186, 375 ) [sub_resource type="AtlasTexture" id=10] flags = 4 atlas = ExtResource( 4 ) region = Rect2( 372, 0, 186, 375 ) [sub_resource type="AtlasTexture" id=11] flags = 4 atlas = ExtResource( 4 ) region = Rect2( 558, 0, 186, 375 ) [sub_resource type="AtlasTexture" id=12] flags = 4 atlas = ExtResource( 4 ) region = Rect2( 744, 0, 186, 375 ) [sub_resource type="AtlasTexture" id=13] flags = 4 atlas = ExtResource( 4 ) region = Rect2( 930, 0, 186, 375 ) [sub_resource type="AtlasTexture" id=16] flags = 4 atlas = ExtResource( 5 ) region = Rect2( 0, 0, 118, 375 ) [sub_resource type="SpriteFrames" id=14] animations = [ { "frames": [ SubResource( 2 ), SubResource( 3 ), SubResource( 4 ), SubResource( 5 ) ], "loop": true, "name": "disco", "speed": 5.0 }, { "frames": [ SubResource( 6 ), SubResource( 7 ) ], "loop": true, "name": "donkey", "speed": 5.0 }, { "frames": [ SubResource( 15 ) ], "loop": true, "name": "idle", "speed": 5.0 }, { "frames": [ SubResource( 8 ), SubResource( 9 ), SubResource( 10 ), SubResource( 11 ), SubResource( 12 ), SubResource( 13 ) ], "loop": true, "name": "pulp", "speed": 5.0 }, { "frames": [ SubResource( 16 ) ], "loop": true, "name": "speak", "speed": 5.0 } ] [node name="EnekoDancing" type="Area2D"] pause_mode = 1 script = ExtResource( 1 ) global_id = "eneko_dancing" is_interactive = false player_orients_on_arrival = false combine_when_selected_action_is_in = [ ] dialog_color = Color( 0.584314, 0.490196, 0.270588, 1 ) animations = SubResource( 17 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource( 1 ) [node name="AnimatedSprite" type="AnimatedSprite" parent="."] frames = SubResource( 14 ) animation = "speak" script = ExtResource( 7 ) [node name="Timer" type="Timer" parent="AnimatedSprite"] wait_time = 6.0 [node name="dialog_position" type="Position2D" parent="."] position = Vector2( -2, -273 ) [connection signal="timeout" from="AnimatedSprite/Timer" to="AnimatedSprite" method="_on_Timer_timeout"]