aboutsummaryrefslogtreecommitdiffstats
path: root/Bullet.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Bullet.gd')
-rw-r--r--Bullet.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bullet.gd b/Bullet.gd
index 311a8b2..be4e0bc 100644
--- a/Bullet.gd
+++ b/Bullet.gd
@@ -3,7 +3,7 @@ export (int) var speed = 2000
var velocity = Vector2()
var target = Vector2.ZERO
-var player = load("")
+#var player = load("")
var shot = false;
func get_input():
velocity = Vector2()