Is it possible to change the screen resolution?

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