This commit is contained in:
Michele Rossi
2026-03-13 00:36:52 +01:00
parent e019b4b90a
commit 246cf6a05f
12 changed files with 549 additions and 126 deletions

View File

@@ -3,6 +3,8 @@ extends Resource
@export var id: StringName = &""
@export var name: String = ""
@export var starts_unlocked: bool = true
@export var starts_available: bool = true
## Base cost and exponential growth (part I): cost_next = b * r^owned
@export var initial_cost: float = 10.0