Added last farming timelines and fixed some minor issues
This commit is contained in:
@@ -183,7 +183,9 @@ animations = [{
|
||||
}]
|
||||
|
||||
[node name="Yeli" type="Node2D"]
|
||||
z_index = 1
|
||||
y_sort_enabled = true
|
||||
position = Vector2(0, 322)
|
||||
script = ExtResource("1_at1n1")
|
||||
|
||||
[node name="InteractionArea" parent="." instance=ExtResource("42_ahrat")]
|
||||
@@ -194,19 +196,18 @@ scale = Vector2(2.805, 2.805)
|
||||
shape = SubResource("CircleShape2D_at1n1")
|
||||
|
||||
[node name="Label" parent="InteractionArea" index="1"]
|
||||
top_level = true
|
||||
custom_minimum_size = Vector2(10, 10)
|
||||
offset_left = -94.0
|
||||
offset_top = 83.0
|
||||
offset_right = -39.65
|
||||
offset_bottom = 113.0
|
||||
scale = Vector2(3, 3)
|
||||
offset_left = -127.273
|
||||
offset_top = -245.633
|
||||
offset_right = 119.727
|
||||
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")
|
||||
_timelinesToPlay = PackedStringArray("yeli_intro_01", "yeli_intro_02", "yeli_intro_03", "yeli_intro_04")
|
||||
|
||||
[node name="AnimatedSprite" type="AnimatedSprite2D" parent="TalkingControl"]
|
||||
y_sort_enabled = true
|
||||
|
||||
Reference in New Issue
Block a user