Files
gymkhana-actions/gymkhana/rooms/turno_cocina/creditos/EnekoDancing.tscn

178 lines
4.9 KiB
Plaintext

[gd_scene load_steps=27 format=3 uid="uid://bgiskd55j17fc"]
[ext_resource type="Script" uid="uid://ceym82rf2qnxu" path="res://addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd" id="1"]
[ext_resource type="Texture2D" uid="uid://dlndx4wt43du5" path="res://gymkhana/rooms/turno_cocina/creditos/assets/eneko-donkey-sheet.png" id="2"]
[ext_resource type="Texture2D" uid="uid://cocv4kkfk5iov" path="res://gymkhana/rooms/turno_cocina/creditos/assets/eneko-disco-sheet.png" id="3"]
[ext_resource type="Texture2D" uid="uid://vpnelytw2stc" path="res://gymkhana/rooms/turno_cocina/creditos/assets/eneko-pulp-sheet.png" id="4"]
[ext_resource type="Texture2D" uid="uid://h7emnr0usymg" path="res://gymkhana/rooms/turno_cocina/creditos/assets/eneko-idle.png" id="5"]
[ext_resource type="Script" uid="uid://ixw3klxr3w2p" path="res://gymkhana/rooms/turno_cocina/creditos/DancingAnimator.gd" id="7"]
[ext_resource type="Texture2D" uid="uid://do8xbit43kike" path="res://gymkhana/rooms/turno_cocina/creditos/assets/eneko-speak-sheet.png" id="8"]
[ext_resource type="Resource" uid="uid://cr02ebtkhjlw7" path="res://gymkhana/rooms/turno_cocina/creditos/EnekoDancingAnimations.tres" id="9"]
[ext_resource type="Script" uid="uid://85bledusisk1" path="res://addons/escoria-core/game/core-scripts/esc_dialog_location.gd" id="9_v123t"]
[sub_resource type="CapsuleShape2D" id="1"]
radius = 57.0
height = 186.0
[sub_resource type="AtlasTexture" id="2"]
atlas = ExtResource("3")
region = Rect2(0, 0, 186, 375)
[sub_resource type="AtlasTexture" id="3"]
atlas = ExtResource("3")
region = Rect2(186, 0, 186, 375)
[sub_resource type="AtlasTexture" id="4"]
atlas = ExtResource("3")
region = Rect2(372, 0, 186, 375)
[sub_resource type="AtlasTexture" id="5"]
atlas = ExtResource("3")
region = Rect2(558, 0, 186, 375)
[sub_resource type="AtlasTexture" id="6"]
atlas = ExtResource("2")
region = Rect2(0, 0, 155, 375)
[sub_resource type="AtlasTexture" id="7"]
atlas = ExtResource("2")
region = Rect2(155, 0, 155, 375)
[sub_resource type="AtlasTexture" id="15"]
atlas = ExtResource("5")
region = Rect2(0, 0, 118, 375)
[sub_resource type="AtlasTexture" id="8"]
atlas = ExtResource("4")
region = Rect2(0, 0, 186, 375)
[sub_resource type="AtlasTexture" id="9"]
atlas = ExtResource("4")
region = Rect2(186, 0, 186, 375)
[sub_resource type="AtlasTexture" id="10"]
atlas = ExtResource("4")
region = Rect2(372, 0, 186, 375)
[sub_resource type="AtlasTexture" id="11"]
atlas = ExtResource("4")
region = Rect2(558, 0, 186, 375)
[sub_resource type="AtlasTexture" id="12"]
atlas = ExtResource("4")
region = Rect2(744, 0, 186, 375)
[sub_resource type="AtlasTexture" id="13"]
atlas = ExtResource("4")
region = Rect2(930, 0, 186, 375)
[sub_resource type="AtlasTexture" id="18"]
atlas = ExtResource("8")
region = Rect2(0, 0, 118, 375)
[sub_resource type="AtlasTexture" id="19"]
atlas = ExtResource("8")
region = Rect2(118, 0, 118, 375)
[sub_resource type="SpriteFrames" id="14"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("2")
}, {
"duration": 1.0,
"texture": SubResource("3")
}, {
"duration": 1.0,
"texture": SubResource("4")
}, {
"duration": 1.0,
"texture": SubResource("5")
}],
"loop": true,
"name": &"disco",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("6")
}, {
"duration": 1.0,
"texture": SubResource("7")
}],
"loop": true,
"name": &"donkey",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("15")
}],
"loop": true,
"name": &"idle",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("8")
}, {
"duration": 1.0,
"texture": SubResource("9")
}, {
"duration": 1.0,
"texture": SubResource("10")
}, {
"duration": 1.0,
"texture": SubResource("11")
}, {
"duration": 1.0,
"texture": SubResource("12")
}, {
"duration": 1.0,
"texture": SubResource("13")
}],
"loop": true,
"name": &"pulp",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("18")
}, {
"duration": 1.0,
"texture": SubResource("19")
}],
"loop": true,
"name": &"speak",
"speed": 5.0
}]
[node name="EnekoDancing" type="Area2D"]
process_mode = 1
script = ExtResource("1")
global_id = "eneko_dancing"
dialog_color = Color(0.584314, 0.490196, 0.270588, 1)
combine_when_selected_action_is_in = PackedStringArray()
is_interactive = false
player_orients_on_arrival = false
animations = ExtResource("9")
animations = ExtResource("9")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("1")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
sprite_frames = SubResource("14")
animation = &"idle"
script = ExtResource("7")
[node name="Timer" type="Timer" parent="AnimatedSprite2D"]
wait_time = 6.0
[node name="ESCDialogLocation" type="Marker2D" parent="."]
position = Vector2(7, -271)
script = ExtResource("9_v123t")
metadata/_custom_type_script = "uid://85bledusisk1"
[connection signal="timeout" from="AnimatedSprite2D/Timer" to="AnimatedSprite2D" method="_on_Timer_timeout"]