diff options
| author | freddie-a <57713959+freddie-a@users.noreply.github.com> | 2022-10-29 23:49:48 +0100 |
|---|---|---|
| committer | freddie-a <57713959+freddie-a@users.noreply.github.com> | 2022-10-29 23:49:48 +0100 |
| commit | 4df2586608eb25cedc6af02f946febc002ea0e5d (patch) | |
| tree | c96a0e64bd37a04a1adc298fb93f75505bd03989 | |
| parent | 2a92ca45adffa0321f0b4579d234d1de82a8b05b (diff) | |
Nerf Likkan
| -rw-r--r-- | Enemy0.gd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
