Open iampremo opened 1 year ago
I can confirm this is a bug with html5. draw_sprite_general always draws the whole sprite instead of part of it. If you swap draw_sprite_general with draw_sprite_part_ext you get what you expect.
This problem has been open for a long time. Is there a timescale for fixing it?
Attached the project from the original bug
GM-2177
Issue: draw_sprite_general gives different output on HTML5 compared to windows
Repro:
Import attached project
Run for windows
Press any key and observe no changes
Run for HTML5
Press any key and observe that the image will change (it draws a snapshot of the windows image)