aboutsummaryrefslogtreecommitdiffstats
path: root/Enemy0.gd
diff options
context:
space:
mode:
authorfreddie-a <57713959+freddie-a@users.noreply.github.com>2022-10-29 23:49:48 +0100
committerfreddie-a <57713959+freddie-a@users.noreply.github.com>2022-10-29 23:49:48 +0100
commit4df2586608eb25cedc6af02f946febc002ea0e5d (patch)
treec96a0e64bd37a04a1adc298fb93f75505bd03989 /Enemy0.gd
parent2a92ca45adffa0321f0b4579d234d1de82a8b05b (diff)
Nerf Likkan
Diffstat (limited to 'Enemy0.gd')
-rw-r--r--Enemy0.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Enemy0.gd b/Enemy0.gd
index 625762a..46cb750 100644
--- a/Enemy0.gd
+++ b/Enemy0.gd
@@ -14,4 +14,4 @@ func _ready():
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
- move_and_collide(global_position.direction_to(globals.playerPos).normalized() * 1000 * delta)
+ move_and_collide(global_position.direction_to(globals.playerPos).normalized() * 300 * delta)