Set up beetroot quest and added cat to indoor scene.
This commit is contained in:
@@ -21,13 +21,17 @@ itemToToggle = NodePath("../Inventory")
|
||||
|
||||
[node name="Inventory" type="Control" parent="." node_paths=PackedStringArray("_slotsParent", "_slotsMover", "_headerSlots", "_slotSelect")]
|
||||
layout_mode = 3
|
||||
anchors_preset = 8
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -116.0
|
||||
offset_top = -53.0
|
||||
offset_right = 231.82
|
||||
offset_bottom = 141.4
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
grow_vertical = 0
|
||||
size_flags_vertical = 8
|
||||
script = ExtResource("1_6wusm")
|
||||
_slotsParent = NodePath("SlotsContainer/SlotsMover/Slots")
|
||||
|
||||
@@ -183,13 +183,14 @@ animations = [{
|
||||
}]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_aqu1t"]
|
||||
radius = 202.0
|
||||
height = 404.0
|
||||
radius = 84.0
|
||||
height = 168.0
|
||||
|
||||
[node name="Yeli" type="Node2D"]
|
||||
[node name="Yeli" type="Node2D" node_paths=PackedStringArray("_sprite")]
|
||||
z_index = 1
|
||||
y_sort_enabled = true
|
||||
script = ExtResource("1_at1n1")
|
||||
script = ExtResource("1_hn8at")
|
||||
_sprite = NodePath("TalkingControl/AnimatedSprite")
|
||||
|
||||
[node name="InteractionArea" parent="." instance=ExtResource("42_ahrat")]
|
||||
position = Vector2(0, -450)
|
||||
@@ -207,10 +208,7 @@ offset_bottom = -142.633
|
||||
theme_override_font_sizes/font_size = 60
|
||||
text = "[E] talk"
|
||||
|
||||
[node name="TalkingControl" type="Node2D" parent="." node_paths=PackedStringArray("_sprite")]
|
||||
script = ExtResource("1_hn8at")
|
||||
_sprite = NodePath("AnimatedSprite")
|
||||
_timelinesToPlay = PackedStringArray("yeli_intro_01", "yeli_intro_02", "yeli_intro_03", "yeli_intro_04")
|
||||
[node name="TalkingControl" type="Node2D" parent="."]
|
||||
|
||||
[node name="AnimatedSprite" type="AnimatedSprite2D" parent="TalkingControl"]
|
||||
y_sort_enabled = true
|
||||
@@ -219,17 +217,21 @@ animation = &"idle"
|
||||
frame_progress = 0.437711
|
||||
offset = Vector2(0, -450)
|
||||
|
||||
[node name="DialogicToggle" type="Node2D" parent="."]
|
||||
[node name="Dialogic starter" type="Node2D" parent="."]
|
||||
script = ExtResource("1_at1n1")
|
||||
|
||||
[node name="DialogicToggle" type="Node2D" parent="Dialogic starter"]
|
||||
script = ExtResource("44_aqu1t")
|
||||
|
||||
[node name="AnimatableBody2D" type="AnimatableBody2D" parent="."]
|
||||
position = Vector2(0, -172)
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="AnimatableBody2D"]
|
||||
position = Vector2(0, 94)
|
||||
shape = SubResource("CapsuleShape2D_aqu1t")
|
||||
|
||||
[connection signal="Interacted" from="InteractionArea" to="TalkingControl" method="ToggleTalking"]
|
||||
[connection signal="Talking" from="TalkingControl" to="." method="open"]
|
||||
[connection signal="timelineEnded" from="DialogicToggle" to="TalkingControl" method="ToggleTalking"]
|
||||
[connection signal="Talking" from="." to="Dialogic starter" method="open"]
|
||||
[connection signal="Interacted" from="InteractionArea" to="." method="ToggleTalking"]
|
||||
[connection signal="timelineEnded" from="Dialogic starter/DialogicToggle" to="." method="ToggleTalking"]
|
||||
|
||||
[editable path="InteractionArea"]
|
||||
|
||||
@@ -34,9 +34,6 @@ stream_4/stream = ExtResource("12_dx1yn")
|
||||
stream_5/stream = ExtResource("13_yuxo7")
|
||||
stream_6/stream = ExtResource("14_xhefb")
|
||||
|
||||
[sub_resource type="Animation" id="Animation_kjie1"]
|
||||
resource_name = "new_animation"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_uo3dh"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
@@ -124,6 +121,9 @@ tracks/6/keys = {
|
||||
"values": [false]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_kjie1"]
|
||||
resource_name = "new_animation"
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_54k4r"]
|
||||
_data = {
|
||||
&"RESET": SubResource("Animation_uo3dh"),
|
||||
@@ -162,7 +162,6 @@ z_index = 1
|
||||
y_sort_enabled = true
|
||||
position = Vector2(-5, -537)
|
||||
rotation = 0.0135349
|
||||
scale = Vector2(1, 1)
|
||||
|
||||
[node name="head" type="Sprite2D" parent="bodyLookingRight"]
|
||||
z_index = 1
|
||||
|
||||
Reference in New Issue
Block a user