Refactor collectable components to C# and update resource scripts for consistency
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user