Farming part I

This commit is contained in:
2025-04-04 00:22:35 +02:00
parent f2902ad7c1
commit 45d09cd618
177 changed files with 1154 additions and 248 deletions
+2 -2
View File
@@ -26,5 +26,5 @@ text = "<E>"
font_size = 98
outline_size = 22
[connection signal="body_entered" from="Area3D" to="Label3D" method="show"]
[connection signal="body_exited" from="Area3D" to="Label3D" method="hide"]
[connection signal="body_entered" from="Area3D" to="." method="OnPlayerEntered"]
[connection signal="body_exited" from="Area3D" to="." method="OnPlayerExited"]