I want the tilemap to be smaller? but not in the obvious way?
Made this image to help
hope it helps
If the “obvious way” is using the tile-util extension, I got nothing,
You can use this extension too zoom out.
Example:
you can use this in javascript, namespace userconfig {
export const ARCADE_SCREEN_WIDTH = 224
export const ARCADE_SCREEN_HEIGHT = 256
}
"Reformatted from @PizzaBoi "
namespace userconfig {
export const ARCADE_SCREEN_WIDTH = 224
export const ARCADE_SCREEN_HEIGHT = 256
}
@superOPScoder1 The default screen size is
namespace userconfig {
export const ARCADE_SCREEN_WIDTH = 160
export const ARCADE_SCREEN_HEIGHT = 120
}
But also you can’t change the screen size during runtime (as in you can’t change the size while in the game, it has to be at the start)
thanks everyone specifically the people that said the javascript the extension doesnt work thank you anyway tho
By the way, Can this Javascript method be done with the Life and Score counters as well? They look so teeny now…
No. I’m pretty sure.
probably not, but you could make your own.