VERSIÓ 1.3.10

- [NEW] sys.delta()
This commit is contained in:
2025-11-10 09:06:13 +01:00
parent c7559f0d29
commit 091c2617a4
3 changed files with 14 additions and 1 deletions

View File

@@ -372,6 +372,9 @@ function sound.enabled(value) end
---@class sys
sys = {}
---Get delta time from last update in seconds (with decimals)
function sys.delta() end
---Get current system timer in seconds (with decimals)
function sys.time() end