Added Pickup

This commit is contained in:
2024-09-08 17:25:44 +03:00
parent 7f44b2cbc9
commit f2a9e83bcb
8 changed files with 419 additions and 6 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func _ready() -> void:
func play_animation() -> void:
var animation = "%s_%s" % [
var animation : String = "%s_%s" % [
ANIMATIONS_BY_TYPE[door_type],
ANIMATIONS_BY_STATE[door_state]
]