revert update

This commit is contained in:
Ultrablob 2025-02-06 11:35:16 -05:00
parent 7198be18a0
commit 427ed6b4a7
8 changed files with 13 additions and 28 deletions

View file

@ -21,4 +21,4 @@ func spawn_explosion():
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _physics_process(delta):
apply_central_force((global_position - (player.global_position + player.linear_velocity * 3)).normalized() * -1200)
apply_central_force((global_position - player.global_position).normalized() * -1400)