From 4df2586608eb25cedc6af02f946febc002ea0e5d Mon Sep 17 00:00:00 2001 From: freddie-a <57713959+freddie-a@users.noreply.github.com> Date: Sat, 29 Oct 2022 23:49:48 +0100 Subject: Nerf Likkan --- Enemy0.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-70-g09d2