This commit is contained in:
PfandBoss
2022-12-10 20:07:01 +01:00
parent bbdfd1930c
commit 75ad400f87
5 changed files with 33 additions and 6 deletions

View File

@@ -91,9 +91,10 @@ func fill_inventory(type):
func getResource():
return self.resource
return resource
func clearInventory():
inventory = 0
walking = "walking"
idle = "idle"
$AnimatedSprite3D.play(idle)