summaryrefslogtreecommitdiff
path: root/Weapon.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Weapon.cs')
-rw-r--r--Weapon.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Weapon.cs b/Weapon.cs
index 7957749..d987d68 100644
--- a/Weapon.cs
+++ b/Weapon.cs
@@ -10,7 +10,6 @@ public partial class Weapon : Node2D
public override void _Process(double delta)
{
LookAt(GetGlobalMousePosition());
- GD.Print("Weapon rotation is running!"); // Add this line
}
public void Fire(Vector2 targetPosition)
{