moar waves

This commit is contained in:
ultrablob 2024-05-07 21:32:08 -04:00
parent 8344c034e4
commit 10655aed3a
18 changed files with 229 additions and 13 deletions

View file

@ -5,6 +5,8 @@ var bounces = 0
func _physics_process(delta):
rotation = linear_velocity.angle()
#if linear_velocity.length() < 1100:
# apply_central_force((global_position - player.global_position).normalized() * -200)
func hit(body):
if body.is_in_group("destructible"):