Basic dialog system working
This commit is contained in:
@@ -38,7 +38,7 @@ animations = [{
|
||||
}]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_53v1e"]
|
||||
size = Vector2(32, 32)
|
||||
size = Vector2(32, 96)
|
||||
|
||||
[node name="ArrowGirl" type="Area2D" unique_id=869288979]
|
||||
script = ExtResource("1_53v1e")
|
||||
@@ -49,10 +49,9 @@ animation = &"idle_glance"
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1190138841]
|
||||
visible = false
|
||||
position = Vector2(0, -32)
|
||||
shape = SubResource("RectangleShape2D_53v1e")
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
||||
[connection signal="body_exited" from="." to="." method="_on_body_exited"]
|
||||
[connection signal="animation_finished" from="AnimatedSprite2D" to="." method="_on_animation_finished"]
|
||||
|
||||
Reference in New Issue
Block a user