fix: less bugs when dashing to planted weapon
This commit is contained in:
@ -74,6 +74,7 @@ public partial class WeaponSystem : RigidBody3D
|
||||
Freeze = true;
|
||||
GlobalPosition = PlantLocation;
|
||||
LookAt(GlobalTransform.Origin + PlantNormal, Vector3.Up, true);
|
||||
GD.Print(GlobalRotation);
|
||||
}
|
||||
|
||||
public void OnThrownWeaponReachesGround(Node other)
|
||||
|
Reference in New Issue
Block a user