playing with taco town level, need to roll back to just level design next though

This commit is contained in:
2025-07-15 22:34:04 -05:00
parent 2a39a6fe90
commit e3ad39f206
6 changed files with 59 additions and 271 deletions

View File

@@ -4,6 +4,8 @@ class_name PlayerOnFoot
func Enter():
character.jumps_remaining = character.MAX_JUMPS
if character.land_sound: #tweak to get around weird loading in error
character.land_sound.play()
func Physics_Update(delta):
if character.is_on_floor():