Minecraft in Makecode Arcade!

You mean like how big the screen is?

If so...

Copy and paste this piece into JavaScript code and edit it to your heart.

namespace userconfig {
export const ARCADE_SCREEN_WIDTH = 160
export const ARCADE_SCREEN_HEIGHT = 120
}

However…