hurrmmm/godot/UI/TAS UI/Label2.gd

5 lines
79 B
GDScript

extends Label
func _process(delta):
text = "Speed: " + str(TAS_System.speed)