mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 12:16:14 +01:00
Yippi
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user