ite update
All checks were successful
CI / build (push) Successful in 2m23s

This commit is contained in:
ultrablob 2025-02-05 18:20:26 -05:00
parent 18012d04ec
commit 8cb01d7918
10 changed files with 75 additions and 74 deletions

3
tar.gd
View file

@ -28,7 +28,8 @@ func _ready():
func _physics_process(delta):
if phase2_active:
apply_central_force((global_position - player.global_position).normalized() * -1600 * (player.speed / 1000))
#print((global_position - player.global_position).normalized())
apply_central_force((global_position - (player.global_position + player.linear_velocity * 1)).normalized() * -1600 * (player.speed / 1000.0))
func phase():
if phase2_active: