From 7aab16bcc7f07f94c17a0f4a7fd1f69944ec3b52 Mon Sep 17 00:00:00 2001 From: Hugo H Date: Thu, 25 Dec 2025 20:56:31 +0000 Subject: [PATCH] Update Variables --- Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Variables.md b/Variables.md index 283c5ca..990a3e9 100644 --- a/Variables.md +++ b/Variables.md @@ -8,5 +8,6 @@ The following variables are provided by the library: |s.MX|float|Mouse/Touch X| |s.MY|float|Mouse/Touch Y| |s.T|float|Seconds elapsed since start| +|s.DT|float|Delta time (Time between frames)| They can be used anywhere in the code, however you need to run s.start() first \ No newline at end of file