65 lines
2.1 KiB
Plaintext
65 lines
2.1 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://bgkjbt7rrmrye"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_1rfh1"]
|
|
[ext_resource type="Script" path="res://NPCs/Beesly/beesly.gd" id="2_no4pj"]
|
|
[ext_resource type="SpriteFrames" uid="uid://5cesbs2omj1h" path="res://NPCs/Beesly/beesly.tres" id="2_umok6"]
|
|
[ext_resource type="Script" path="res://NPCs/Beesly/BeeslyTalk.gd" id="4_nf08p"]
|
|
[ext_resource type="Texture2D" uid="uid://cbr2k45lyjau7" path="res://NPCs/Beesly/LimeParticle.png" id="5_0uulj"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_7yluf"]
|
|
size = Vector2(98, 7)
|
|
|
|
[sub_resource type="Gradient" id="Gradient_ped0c"]
|
|
offsets = PackedFloat32Array(0, 0.984)
|
|
colors = PackedColorArray(0.7, 0, 0, 1, 0.576471, 1, 0, 1)
|
|
|
|
[node name="Beesly" groups=["Beesly"] instance=ExtResource("1_1rfh1")]
|
|
collision_layer = 17
|
|
collision_mask = 17
|
|
script = ExtResource("2_no4pj")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
unique_name_in_owner = true
|
|
position = Vector2(0, -57)
|
|
sprite_frames = ExtResource("2_umok6")
|
|
animation = &"BeeMorph"
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -35.0
|
|
offset_top = -90.0
|
|
offset_right = 53.0
|
|
offset_bottom = -3.0
|
|
|
|
[node name="Talkable" parent="." index="2"]
|
|
script = ExtResource("4_nf08p")
|
|
|
|
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
|
position = Vector2(-2, -17)
|
|
|
|
[node name="CollisionShape2D" parent="." index="3"]
|
|
unique_name_in_owner = true
|
|
position = Vector2(6, -3.5)
|
|
shape = SubResource("RectangleShape2D_7yluf")
|
|
|
|
[node name="MorphParticle" type="CPUParticles2D" parent="." index="4"]
|
|
unique_name_in_owner = true
|
|
z_index = -1
|
|
position = Vector2(5, -48)
|
|
emitting = false
|
|
amount = 40
|
|
lifetime = 0.3
|
|
speed_scale = 0.8
|
|
texture = ExtResource("5_0uulj")
|
|
direction = Vector2(0, -1)
|
|
spread = 180.0
|
|
gravity = Vector2(0, 100)
|
|
initial_velocity_min = 361.11
|
|
initial_velocity_max = 472.22
|
|
orbit_velocity_min = -2.0
|
|
orbit_velocity_max = -2.0
|
|
color_ramp = SubResource("Gradient_ped0c")
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|