Merge Kenny's City Builder Starter Kit

This commit is contained in:
Tony Bark 2023-12-14 01:41:21 -05:00
parent dd04a01651
commit 36edaaf17b
510 changed files with 2236 additions and 7925 deletions

8
scripts/3d/structure.gd Normal file
View file

@ -0,0 +1,8 @@
extends Resource
class_name Structure
@export_subgroup("Model")
@export var model:PackedScene # Model of the structure
@export_subgroup("Gameplay")
@export var price:int # Price of the structure when building