Initial commit
This commit is contained in:
5
scripts/scorePlayground.gd
Normal file
5
scripts/scorePlayground.gd
Normal file
@ -0,0 +1,5 @@
|
||||
extends Label
|
||||
|
||||
# warning-ignore:unused_argument
|
||||
func _physics_process(delta):
|
||||
text = "Ваш счет: " + str(_G.score)
|
Reference in New Issue
Block a user