This commit is contained in:
2026-02-23 20:52:54 +01:00
parent fae2abf94e
commit 9eb426021e
32 changed files with 268 additions and 78 deletions

View File

@@ -159,11 +159,6 @@ This operation is crucial. Execute with precision. Command out.]]
-- self.dialogue:setPadding(4)
end
function round(number)
local formatted = string.format("%.2f", number)
return formatted
end
local elapsedTime = 0
function scene:update()
scene.super.update(self)