0.0.13 - now support video background!
Pre-release
Pre-release
- new API's for text in native core
- new npm package @gamely/gly-engine-lite
- added API
std.media
to engine - moved API
std.game
tostd.app
- moved API
std.draw.fps
tostd.app.fps_show
- moved API
std.draw.text
tostd.text.print
- moved API
std.draw.text_tui
tostd.text.put
- moved API
std.draw.font
tostd.text.font_name
andstd.text.font_size
- moved
examples/
dir tosamples/
in source code - removed API
native_draw_text_tui
from native core - changed
gly.init
to accept custom canvas in core-native-html5 - changed
gly.resize
to accept custom width and height in core-native-html5 - fixed bug in bootstrapping cli
- fixed leaks in gly-ide and tool-img-gen