5 lines
99 B
GDScript
5 lines
99 B
GDScript
extends Label
|
|
|
|
func _process(delta: float) -> void:
|
|
text = "Money: " + str(GlobalVariables.money)
|