map smaller than player?
my player is bigger than my map. how to scale the map to match my player size? im trying to make a game with a grid and its annoying having my player slightly bigger than my tiles. is their a formula/library or something to scale my map correctly?
you can change the map parameters in the map editor. At the top you have how many tiles there should be in length and width and how high and wide each cell should be.
You can also change these parameters while the program is running.
map = maps["name_map"]
map.block_width = 123
map.block_height = 1234