Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
LittleJS.zip | 2024-08-12 | 1.1 MB | |
1.9.4 - small fixes and cleanup, removed drawPoly source code.tar.gz | 2024-08-07 | 1.8 MB | |
1.9.4 - small fixes and cleanup, removed drawPoly source code.zip | 2024-08-07 | 2.0 MB | |
README.md | 2024-08-07 | 664 Bytes | |
Totals: 4 Items | 4.9 MB | 0 |
- improve audio play on first click, prevents stacking while still allowing the first sound to go through
- added TileInfo.frame() function for cleaner animation code
- fix particle angle speed not working, it just wasn't hooked up, thanks to deep scan for helping me notice.
- clean up some minor issues so deep scan is 100% perfect.
- removed drawPoly, not needed by engine. feel free to copy that old function to your game code if you still need it.
- improve platformer example with better sprite atlas and level loading code
- improve touch gamepad, apply deadzone and fix issue with touchGamepadAnalog=0
- remove unused glPostArrayBuffer in webgl code