mirror of
https://github.com/tonytins/citylimits
synced 2025-12-18 22:04:43 -05:00
Merge Kenny's City Builder Starter Kit
This commit is contained in:
parent
dd04a01651
commit
36edaaf17b
510 changed files with 2236 additions and 7925 deletions
8
scripts/3d/structure.gd
Normal file
8
scripts/3d/structure.gd
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue