Added pickup error text

This commit is contained in:
cblech
2025-04-14 17:36:29 +02:00
parent 1062193785
commit e99b574d1f
3 changed files with 43 additions and 14 deletions
@@ -19,4 +19,8 @@ offset = Vector2(0, 55.64)
billboard = 1
text = "test"
[node name="PickupErrorLabel" type="Label3D" parent="."]
offset = Vector2(0, 150)
billboard = 1
[connection signal="Interacted" from="InteractionArea" to="." method="TryPickUp"]