Rotating any image by 90 or 270 degrees let the MakeCode arcade game crash on the PyGamer. This very simple MakeCode arcade program crashes with the error code 821 when executed on the PyGamer (while it successfully runs in the simulator):
- Code: Select all | TOGGLE FULL SIZE
img`1`.rotated(90);
I'm not sure if this is an issue with MakeCode arcade or with the PyGamer. Any clues where to do a proper error report?