How to make tilemap tiles smaller?

I want the tilemap to be smaller? but not in the obvious way?

Made this image to help

hope it helps

2 Likes

If the “obvious way” is using the tile-util extension, I got nothing,

1 Like

You can use this extension too zoom out.

Example:

1 Like

you can use this in javascript, namespace userconfig {

export const ARCADE_SCREEN_WIDTH = 224

export const ARCADE_SCREEN_HEIGHT = 256

}

3 Likes

"Reformatted from @PizzaBoi "

namespace userconfig {

export const ARCADE_SCREEN_WIDTH = 224
export const ARCADE_SCREEN_HEIGHT = 256

}
2 Likes

@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)

1 Like

thanks everyone specifically the people that said the javascript the extension doesnt work thank you anyway tho

1 Like

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.