Early switch scripts working

This commit is contained in:
Derek
2024-10-09 23:22:14 -05:00
parent 3356454d78
commit fc29636ee6
11 changed files with 168 additions and 71 deletions

View File

@@ -203,7 +203,7 @@ func _physics_process(delta):
#cache fastest speed
if abs(velocity.y) > moving_fast_top_speed:
moving_fast_top_speed = abs(velocity.y)
print("TOP SPEED = " + str(moving_fast_top_speed))
#print("TOP SPEED = " + str(moving_fast_top_speed))
#Land Sound
if velocity.y < .1 and self.is_on_floor() and moving_fast == true:
print("LAND SOUND")