Add generator logic

This commit is contained in:
Michele Rossi
2026-03-08 12:10:08 +01:00
parent bd11d2c037
commit d8942b5185
6 changed files with 393 additions and 41 deletions

View File

@@ -11,6 +11,6 @@ func _ready() -> void:
GameState.gems_changed.connect(_on_currency_changed)
func _on_currency_changed(currency: BigNumber) -> void:
text = currency.to_string_sci(0)
text = currency.to_string_suffix(2)