mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 12:16:14 +01:00
Leo bug fixes
This commit is contained in:
@@ -26,7 +26,7 @@ func _ready():
|
||||
idle = "idle"
|
||||
|
||||
|
||||
func _physics_process(delta):
|
||||
func _physics_process(_delta):
|
||||
if(velocity.length() > 0):
|
||||
$AnimatedSprite3D.play(walking)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user