Blake O'Hare
Blake O'Hare
e.g. this fails without any debug info: images/font/*
Currently JavaScript will allow you to play a sound (or song) even though it isn't loaded, but loading is treated synchronously on other platforms. Need to introduce a $sfx_play_when_ready that...
e.g. $key_pressed(key), $mouse_current_pos()
Create a simple way to cull all gamepad deadzone noise below a certain threshold from entering the user-configured gamepad event queue. e.g. $gamepad_set_dead_zone_threshold(device, amount)
Current lines have flat caps, which aren't very aesthetically pleasing.
The JPEG Encoder still needs a few options implemented - what color to use as the background when the ImageResource has transparency - compression quality ``` new JpegEncoder(img) .setBackground(255, 255,...
If a JUMP op points to another JUMP, optimize the first one to simply go to the final target. I'm not sure how much this occurs, but worth investigating.