mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-24 13:44:18 +00:00
🔧 annoying
This commit is contained in:
parent
e9284b5f46
commit
700f5b32a1
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ static func is_between(m, val, x):
|
||||||
|
|
||||||
|
|
||||||
static func format_time(value):
|
static func format_time(value):
|
||||||
|
# warning-ignore: NARROWING_CONVERSION
|
||||||
var minutes: int = floor(value / 60)
|
var minutes: int = floor(value / 60)
|
||||||
var seconds_and_millis: float = value - minutes * 60
|
var seconds_and_millis: float = value - minutes * 60
|
||||||
var seconds: int = int(seconds_and_millis)
|
var seconds: int = int(seconds_and_millis)
|
||||||
|
|
Loading…
Reference in a new issue