textures


(forbidden) #1

i made a texture of a chalkboard and the dimension things are 432 X 234 and when i run the map it comes up as the black square with orange around it. is it because of the dimensions?


(Avoc) #2

Yes it is. Your dimensions need to be in the power of 2, i.e. 2, 4, 8, 16, 32, 64, 128, 256, 512 pixels. etc.


(stealth6) #3

so you could go for 512 x 256

if you can’t just change the picture size, you can fill in the rest of the area with black and then just stretch the texture in gtk how you like