Made labels visible on ducks
This commit is contained in:
+15
-1
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=22 format=3 uid="uid://muuxxgvx33fp"]
|
||||
[gd_scene load_steps=23 format=3 uid="uid://muuxxgvx33fp"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://7m1rt7agb6rm" path="res://scripts/CSharp/Common/Temp/MVPDuck.cs" id="1_54k4r"]
|
||||
[ext_resource type="Texture2D" uid="uid://hvchk6t0xe7j" path="res://art/animals/Ente.png" id="1_cgxhx"]
|
||||
@@ -131,6 +131,10 @@ _data = {
|
||||
&"new_animation": SubResource("Animation_kjie1")
|
||||
}
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_uo3dh"]
|
||||
resource_local_to_scene = true
|
||||
radius = 300.0
|
||||
|
||||
[node name="Duck" type="Node2D" node_paths=PackedStringArray("_animationPlayer")]
|
||||
z_index = 1
|
||||
y_sort_enabled = true
|
||||
@@ -326,5 +330,15 @@ region_rect = Rect2(246, 393, 111, 111)
|
||||
[node name="InteractionArea" parent="." instance=ExtResource("15_uo3dh")]
|
||||
position = Vector2(-3, -274)
|
||||
|
||||
[node name="CollisionShape3D" parent="InteractionArea/Area2D" index="0"]
|
||||
shape = SubResource("CircleShape2D_uo3dh")
|
||||
|
||||
[node name="Label" parent="InteractionArea" index="1"]
|
||||
modulate = Color(0, 0, 0, 1)
|
||||
z_index = 1
|
||||
y_sort_enabled = true
|
||||
|
||||
[connection signal="Interacted" from="InteractionArea" to="." method="TransferToTargetAfterDelay"]
|
||||
[connection signal="Interacted" from="InteractionArea" to="Audio/NakNak" method="PlayOneShot"]
|
||||
|
||||
[editable path="InteractionArea"]
|
||||
|
||||
Reference in New Issue
Block a user