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
Yep here you go:
namespace userconfig {
export const ARCADE_SCREEN_WIDTH = 160
export const ARCADE_SCREEN_HEIGHT = 120
}
Just change the numbers
(JavaScript btw)