This commit is contained in:
ultrablob 2024-04-30 15:37:00 -04:00
parent f7d034147d
commit 57e3151019
15 changed files with 92 additions and 46 deletions

View file

@ -14,4 +14,4 @@ func hit(body):
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _physics_process(delta):
apply_central_force((global_position - player.global_position).normalized() * -300)
apply_central_force((global_position - player.global_position).normalized() * -900)