Add generator logic
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user