v0.54
Litecanvas » Devlog
Changelog:
- Removed the default sounds. But
sfx()
still plays a default sound if the first argument (the ZzFX array of params) is omitted. - Added
volume(value: number): void
. This functions sets the global value of all sounds played via sfx().
Litecanvas
HTML5 canvas engine inspired by Processing and PICO-8
Status | In development |
Category | Tool |
Author | Luiz Bills |
Tags | 2D, Game engine, html5, javascript, lightweight, minigames, p5js, PICO-8, processing, TIC-80 |
Languages | English |
Accessibility | One button |
More posts
- v0.744 days ago
- Changes until v0.729 days ago
- v0.58Oct 01, 2024
- How to use litecanvas in LOWREZJAMAug 07, 2024
- v0.42Aug 05, 2024
- v0.41Jul 31, 2024
Comments
Log in with itch.io to leave a comment.
The version 0.54.1 fixes a bug with
volume(0)
not muting.