Refactor collectable components to C# and update resource scripts for consistency

This commit is contained in:
2025-08-21 18:01:13 +02:00
parent d84f7d1740
commit 9d0f502cc2
16 changed files with 179 additions and 190 deletions

View File

@@ -7,4 +7,4 @@ enum CollectableType {
HEALTH,
}
@export var amount: Variant = 0.0
@export var type: CollectableType = CollectableType.COIN
@export var type: CollectableType = CollectableType.COIN