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

5 lines
79 B
GDScript3
Raw Permalink Normal View History

2023-11-12 11:45:10 -07:00
extends Label
func _process(delta):
text = "Speed: " + str(TAS_System.speed)