Cannon finished

This commit is contained in:
PfandBoss
2022-12-10 20:27:51 +01:00
parent fb942136bf
commit 977a451752
4 changed files with 7 additions and 7 deletions

View File

@@ -95,6 +95,7 @@ func getResource():
func clearInventory():
inventory = 0
print("cleared")
walking = "walking"
idle = "idle"
$AnimatedSprite3D.play(idle)