turned off stam regen and tweaked glow

This commit is contained in:
2025-07-12 16:01:55 -05:00
parent 56355f0911
commit 2301ba149d
5 changed files with 8 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ func Physics_Update(delta):
if Input.is_action_just_pressed("jump"):
wall_jump()
wall_run_gravity(delta)
enable_wall_rays()
if !can_wall_run():
Transitioned.emit(self,"in air")