More building work

This commit is contained in:
2024-03-13 09:57:10 -05:00
parent 4718108407
commit 4f0f97b91d
10 changed files with 43 additions and 31 deletions

View File

@@ -7,6 +7,7 @@ signal gained_resource(res: GameResource)
@export var pickup_value: int
@export var name: String
@export var spawn_patterns: Array[SpawnPattern]
@export var storage_max: int
func _to_string() -> String:
return name