From 79e1b849494b1ef2c5049e2d6504710d304a93f1 Mon Sep 17 00:00:00 2001 From: Hugo H Date: Thu, 25 Dec 2025 20:59:47 +0000 Subject: [PATCH] Update Variables --- Variables.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Variables.md b/Variables.md index 990a3e9..553f27f 100644 --- a/Variables.md +++ b/Variables.md @@ -9,5 +9,9 @@ The following variables are provided by the library: |s.MY|float|Mouse/Touch Y| |s.T|float|Seconds elapsed since start| |s.DT|float|Delta time (Time between frames)| +|s.PI|float|Pi| +|s.TWO_PI|float|2*s.PI| +|s.HALF_PIfloat|s.PI/2| + They can be used anywhere in the code, however you need to run s.start() first \ No newline at end of file