5 lines
79 B
GDScript3
5 lines
79 B
GDScript3
|
extends Label
|
||
|
|
||
|
func _process(delta):
|
||
|
text = "Speed: " + str(TAS_System.speed)
|