Bug fix and balance tweaks
This commit is contained in:
parent
cbd84a2e50
commit
b2d6a4faf5
4 changed files with 18 additions and 20 deletions
|
|
@ -16,7 +16,7 @@ var stock_color: Color = Color(0.6, 0.75, 0.95) # Light periwinkle blue (clear a
|
|||
|
||||
# GAMEPLAY VALUES
|
||||
var target_currency: float = 1000000
|
||||
var base_sale_price: float = 30
|
||||
var base_sale_price: float = 12
|
||||
var base_wood_respawn: float = 5 # seconds
|
||||
var wood_per_click: float = 5
|
||||
var cost_per_whittle: float = 1 # This is how many items can be produced per tick
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue