5 lines
93 B
GDScript
5 lines
93 B
GDScript
extends VBoxContainer
|
|
|
|
|
|
func _physics_process(delta):
|
|
$Score.text = str(Global.tankskilled)
|