trying other setup

This commit is contained in:
2025-07-22 11:51:48 +02:00
parent 4c16ad4f9a
commit 9d29ec8ee4
6 changed files with 207 additions and 57 deletions

View File

@ -78,6 +78,7 @@ public partial class WeaponSystem : RigidBody3D
public void OnThrownWeaponReachesGround(Node other)
{
GD.Print(other.Name);
PlantWeaponInWall();
}