- [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 ---@class sys
sys = {} sys = {}
---@return number delta
---Get delta time from last update in seconds (with decimals) ---Get delta time from last update in seconds (with decimals)
function sys.delta() end function sys.delta() end
---@return number time
---Get current system timer in seconds (with decimals) ---Get current system timer in seconds (with decimals)
function sys.time() end function sys.time() end
@@ -456,8 +458,8 @@ function sys.time() end
---Reset chrono time (with offset in seconds) (with decimals) ---Reset chrono time (with offset in seconds) (with decimals)
function sys.chrono(offset) end function sys.chrono(offset) end
---@return number ---@return number seconds
---@---Get chrono time since last chrono reset in seconds (with decimals) ---Get chrono time since last chrono reset in seconds (with decimals)
function sys.chrono() end function sys.chrono() end
---@return boolean ---@return boolean