I am making a tile game, and I want to rescale all my tiles to 24 by 24 pixels.
tile:TImage = loadImage(path)
Now I need to rescale tile so that it is 24 by 24 pixels, but I dont know how. I would prefer not to setscale(x,y) every time i draw it.
Thanks, Will.
tile:TImage = loadImage(path)
Now I need to rescale tile so that it is 24 by 24 pixels, but I dont know how. I would prefer not to setscale(x,y) every time i draw it.
Thanks, Will.