From b2cd56bdbe520cf68b7842a8f27d21de0f3d5bdf Mon Sep 17 00:00:00 2001 From: Hugo H Date: Thu, 25 Dec 2025 21:00:03 +0000 Subject: [PATCH] Update Variables --- Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Variables.md b/Variables.md index 553f27f..b0e3c0a 100644 --- a/Variables.md +++ b/Variables.md @@ -11,7 +11,7 @@ The following variables are provided by the library: |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| +|s.HALF_PI|float|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