Optimized imports

This commit is contained in:
Anuken
2023-04-06 10:46:52 -04:00
parent 97390d25c0
commit 72b456fca2
39 changed files with 127 additions and 135 deletions

View File

@@ -38,14 +38,14 @@ public class GlobalVars{
put("false", 0);
put("true", 1);
put("null", null);
//math
put("@pi", Mathf.PI);
put("π", Mathf.PI); //for the "cool" kids
put("@e", Mathf.E);
put("@degToRad", Mathf.degRad);
put("@radToDeg", Mathf.radDeg);
//time
varTime = put("@time", 0);
varTick = put("@tick", 0);