small racing game im working on
Diffstat (limited to 'ui/revs.gd')
| -rw-r--r-- | ui/revs.gd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,5 +3,5 @@ extends Label @export var f_string = " %drpm" @export var car: Node3D -func _process(_delta: float) -> void: - text = f_string % car.calculate_rpm() +# func _process(_delta: float) -> void: +# text = f_string % car.calculate_rpm() |