Is it possible to change the screen resolution?

Title.

I love using Makecode Arcade and so do my students. Is it possible to increase the screen resolution just for games that run on PC instead of on arcade devices?

So its currently 160 x 120. Imagine the possibilities if there was an option to scale it to 1024! :open_mouth:

1 Like

Yep here you go:
namespace userconfig {
export const ARCADE_SCREEN_WIDTH = 160
export const ARCADE_SCREEN_HEIGHT = 120
}
Just change the numbers
(JavaScript btw)

10 Likes

you can convert the script back into blocks afterword’s

2 Likes

Thank you

2 Likes

Is there anything else that you can adjust using this namespace?

1 Like

not sure i’d ask @richard

nothing that would be of interest AFAIK. the rest is all for hardware settings

3 Likes