Update Variables

2025-12-25 21:00:03 +00:00
parent 79e1b84949
commit b2cd56bdbe

@@ -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