some juice work on the first person weapon

This commit is contained in:
2026-01-19 16:46:00 +01:00
parent 27c67dbdd9
commit abe6f42a3b
9 changed files with 234 additions and 52 deletions

View File

@@ -60,6 +60,7 @@ public partial class WeaponSystem : RigidBody3D
_startTransform = Transform;
Freeze = true;
Visible = false;
BodyEntered += OnThrownWeaponReachesGround;