Global refactor
This commit is contained in:
parent
3868af29e3
commit
0589ca4e23
180 changed files with 249 additions and 401 deletions
|
|
@ -1,8 +0,0 @@
|
|||
extends Label
|
||||
|
||||
func _process(_delta: float) -> void:
|
||||
var seconds_u = int(round(Session.reference_round_time))
|
||||
var seconds = seconds_u % 60
|
||||
@warning_ignore("integer_division")
|
||||
var minutes = seconds_u / 60
|
||||
text = str(minutes)+":"+str(seconds).pad_zeros(2)
|
||||
Loading…
Add table
Add a link
Reference in a new issue