155 lines
4.4 KiB
Plaintext
155 lines
4.4 KiB
Plaintext
[gd_scene load_steps=13 format=3 uid="uid://vb2fwda5v6vt"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_72tgs"]
|
|
[ext_resource type="Script" path="res://NPCs/Faire/WanderingWombat/WonderingWombat.gd" id="2_to1ph"]
|
|
[ext_resource type="Texture2D" uid="uid://bb5e3gx1wpt4v" path="res://NPCs/Faire/WanderingWombat/wombat.png" id="2_ys4ac"]
|
|
[ext_resource type="Resource" uid="uid://cy473jl3vaedw" path="res://NPCs/Faire/WanderingWombat/WanderingWombat.dialogue" id="3_cmgp3"]
|
|
[ext_resource type="Texture2D" uid="uid://mbtoll4cbme1" path="res://NPCs/Faire/WanderingWombat/wombat2.png" id="3_jc0yt"]
|
|
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_yg3b3"]
|
|
[ext_resource type="Texture2D" uid="uid://c5s8io2jx2j6o" path="res://Items/Toys/Other/Sprites/Balloon.png" id="7_jue8o"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_sjq6o"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_ys4ac")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_jc0yt")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_1bp0g"]
|
|
radius = 8.0
|
|
height = 68.0
|
|
|
|
[sub_resource type="Animation" id="Animation_ulkb0"]
|
|
resource_name = "Fly"
|
|
length = 5.0
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("Sprite/Balloon2:visible")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 4.9),
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
"update": 1,
|
|
"values": [true, false]
|
|
}
|
|
tracks/1/type = "value"
|
|
tracks/1/imported = false
|
|
tracks/1/enabled = true
|
|
tracks/1/path = NodePath("Sprite:scale")
|
|
tracks/1/interp = 1
|
|
tracks/1/loop_wrap = true
|
|
tracks/1/keys = {
|
|
"times": PackedFloat32Array(0, 2.5, 5),
|
|
"transitions": PackedFloat32Array(1, 1, 1),
|
|
"update": 0,
|
|
"values": [Vector2(1, 1), Vector2(1.5, 1.5), Vector2(1, 1)]
|
|
}
|
|
tracks/2/type = "value"
|
|
tracks/2/imported = false
|
|
tracks/2/enabled = true
|
|
tracks/2/path = NodePath("Sprite:position")
|
|
tracks/2/interp = 1
|
|
tracks/2/loop_wrap = true
|
|
tracks/2/keys = {
|
|
"times": PackedFloat32Array(0, 2.5, 5),
|
|
"transitions": PackedFloat32Array(1, 1, 1),
|
|
"update": 0,
|
|
"values": [Vector2(-1, -67), Vector2(-1, -1000), Vector2(-1, -67)]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_t5eme"]
|
|
length = 0.001
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("Sprite/Balloon2:visible")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 1,
|
|
"values": [false]
|
|
}
|
|
tracks/1/type = "value"
|
|
tracks/1/imported = false
|
|
tracks/1/enabled = true
|
|
tracks/1/path = NodePath("Sprite:scale")
|
|
tracks/1/interp = 1
|
|
tracks/1/loop_wrap = true
|
|
tracks/1/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 0,
|
|
"values": [Vector2(1, 1)]
|
|
}
|
|
tracks/2/type = "value"
|
|
tracks/2/imported = false
|
|
tracks/2/enabled = true
|
|
tracks/2/path = NodePath("Sprite:position")
|
|
tracks/2/interp = 1
|
|
tracks/2/loop_wrap = true
|
|
tracks/2/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 0,
|
|
"values": [Vector2(-1, -67)]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_eskml"]
|
|
_data = {
|
|
"Fly": SubResource("Animation_ulkb0"),
|
|
"RESET": SubResource("Animation_t5eme")
|
|
}
|
|
|
|
[node name="WanderingWombat" instance=ExtResource("1_72tgs")]
|
|
script = ExtResource("2_to1ph")
|
|
dialogueResource = ExtResource("3_cmgp3")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
position = Vector2(-1, -67)
|
|
sprite_frames = SubResource("SpriteFrames_sjq6o")
|
|
frame_progress = 0.899393
|
|
script = ExtResource("4_yg3b3")
|
|
|
|
[node name="Balloon2" type="Sprite2D" parent="Sprite" index="0"]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
position = Vector2(9, -7)
|
|
scale = Vector2(2.05, 1.7)
|
|
texture = ExtResource("7_jue8o")
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -51.0
|
|
offset_top = -41.0
|
|
offset_right = 51.0
|
|
offset_bottom = 22.0
|
|
|
|
[node name="InteractionArea" parent="Talkable" index="0"]
|
|
visible = false
|
|
|
|
[node name="CollisionShape2D" parent="." index="3"]
|
|
position = Vector2(7, 12)
|
|
rotation = 1.5708
|
|
shape = SubResource("CapsuleShape2D_1bp0g")
|
|
disabled = true
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="." index="4"]
|
|
unique_name_in_owner = true
|
|
libraries = {
|
|
"": SubResource("AnimationLibrary_eskml")
|
|
}
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|