Made particles emit from resource

This commit is contained in:
2024-03-12 10:23:11 -05:00
parent 4b362fabed
commit 4718108407
8 changed files with 72 additions and 22 deletions

View File

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