- [FIX] Arreglats xicotets errors del library.lua per a code completion en vscode

This commit is contained in:
2026-05-13 12:34:02 +02:00
parent 49cb0af228
commit bee9b2e489
+4 -2
View File
@@ -446,9 +446,11 @@ function sound.enabled(value) end
---@class sys
sys = {}
---@return number delta
---Get delta time from last update in seconds (with decimals)
function sys.delta() end
---@return number time
---Get current system timer in seconds (with decimals)
function sys.time() end
@@ -456,8 +458,8 @@ function sys.time() end
---Reset chrono time (with offset in seconds) (with decimals)
function sys.chrono(offset) end
---@return number
---@---Get chrono time since last chrono reset in seconds (with decimals)
---@return number seconds
---Get chrono time since last chrono reset in seconds (with decimals)
function sys.chrono() end
---@return boolean