made building 1 but not in love with it

This commit is contained in:
Derek
2024-07-28 18:39:18 -05:00
parent 98f5858b88
commit 51d9af2201
26 changed files with 809 additions and 210 deletions

View File

@@ -30,8 +30,6 @@ func _physics_process(delta):
look_at(end_hole.global_transform.origin, Vector3.UP)
if ray.is_colliding() or ray_2.is_colliding() or ray_3.is_colliding():
velocity.y += 10
move_and_slide()