You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an awesome project! I've just been using it with the multiple files in project feature of the new micro:bit python editor, https://python.microbit.org/ - and I discovered a little bug in the Asteroid game sample, line 18 refers to showing a bitmap called 888.bin, I think it should say 'splash' instead. show_bitmap("splash")
not show_bitmap("888.bin")
The text was updated successfully, but these errors were encountered:
This is an awesome project! I've just been using it with the multiple files in project feature of the new micro:bit python editor, https://python.microbit.org/ - and I discovered a little bug in the Asteroid game sample, line 18 refers to showing a bitmap called 888.bin, I think it should say 'splash' instead.
show_bitmap("splash")
not
show_bitmap("888.bin")
The text was updated successfully, but these errors were encountered: