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 engine with browser-based playground
Status | In development |
Category | Tool |
Author | Luiz Bills |
Tags | Game engine, html5, javascript, lightweight, minigames, Mouse only, PICO-8, TIC-80 |
Languages | English |
Accessibility | One button |
More posts
- v0.5851 days ago
- 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.