This commit is contained in:
2026-03-14 11:54:14 +01:00
parent 1041fc917d
commit 020d287b03
3 changed files with 25 additions and 37 deletions

View File

@@ -27,7 +27,6 @@ extends Resource
@export var click_mantissa: float = 1.0
@export var click_exponent: int = 0
@export var click_cooldown_seconds: float = 0.2
@export var grants_click_while_hovering: bool = false
## Returns cost of next generator
func cost_next(owned: int) -> float: