Added basic build menu and placement
This commit is contained in:
7
data/buildings/building.gd
Normal file
7
data/buildings/building.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
class_name Building
|
||||
extends Resource
|
||||
|
||||
@export var atlas_texture: AtlasTexture
|
||||
@export var name: String
|
||||
@export var description: String
|
||||
@export var cost: Dictionary
|
||||
Reference in New Issue
Block a user