This repository has been archived on 2023-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
trashsort/scripts/scorePlayground.gd
2020-11-01 00:59:39 +03:00

6 lines
122 B
GDScript

extends Label
# warning-ignore:unused_argument
func _physics_process(delta):
text = "Ваш счет: " + str(_G.score)