- Fixed issue with
cls
, it now usesfill
so that the colors are correct
- Fixed issue with previous release where it was missing a file
- Added
print
to write text to the screen - Added
fill
to fill in a rectangle with black or a specified color
- Added
bset
to the frame to draw a bitmap loaded from an exported animation - Updated
mset
to optionally take a transparent parameter to mark a color as transparent
- Added
createMap
to create a map from an array of hex strings - Added
mset
to draw a map to the frame
- Changed the frame to be constant betweeen ticks
- Added
cls
to the frame interface for clearing the screen - Added a
index.types.d.ts
to try to give inline documentation in IDEs - Added a
color
object to expose colors names to code Eg.color.red
- Changed the button interface to distinguish to give knowledge of a click vs pressed.
- Initial prototype of the API