litecanvas 0.209.0 → 0.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/dist.dev.js +174 -160
- package/dist/dist.js +18 -14
- package/dist/dist.min.js +1 -1
- package/package.json +4 -4
- package/src/index.js +190 -172
- package/src/version.js +1 -1
- package/types/global.d.ts +11 -11
- package/types/types.d.ts +11 -11
package/README.md
CHANGED
|
@@ -342,8 +342,7 @@ Like `MX` and `MY`, Litecanvas also declares these other variables:
|
|
|
342
342
|
- `H`: the height of the game canvas
|
|
343
343
|
- `T`: the amount of seconds since the game started
|
|
344
344
|
- `PI`: approximately 3.14 radians (or 180 degrees)
|
|
345
|
-
- `
|
|
346
|
-
- `HALF_PI`: approximately 1.57 radians (or 90 degrees)
|
|
345
|
+
- `TAU`: approximately 6.28 radians (or 360 degrees)
|
|
347
346
|
|
|
348
347
|
### And much more!
|
|
349
348
|
|