Added building structure

Created harvester building
added harvester particles
added nearest resource func
This commit is contained in:
2024-03-11 07:56:22 -05:00
parent d74bfda9a3
commit 4b362fabed
9 changed files with 70 additions and 20 deletions

View File

@@ -5,3 +5,6 @@ extends Resource
@export var name: String
@export var description: String
@export var cost: Dictionary
func ready(building: BuildingBase) -> void:
pass