Page 1 of 1

Can I make a image bigger than 300px? or w/e the max is?

Posted: Thu Jun 05, 2014 4:49 pm
by ficolas
I made a cooler looking rocket, still not a profesional work xD, but I want to add it to the game, the thing is, the height of the image is 340px and the top part cant be seen in-game, I think I saw somewhere that there was a way to make the image bigger than the max but I dont know were and I dont know if "I have dreamed it".

Re: Can I make a image bigger than 300px? or w/e the max is?

Posted: Thu Jun 05, 2014 5:07 pm
by drs9999
Yes, I guess you saw it in my mod ;)
My field sprite is actually 512x512 big, but I only use the lower right quarter of it, the rest is transparent. Maybe you can adapt that scheme.

Re: Can I make a image bigger than 300px? or w/e the max is?

Posted: Fri Jun 06, 2014 3:21 pm
by ficolas
Yea it may be your mod where I took the "idea" from, but thats not what I need :S, what I need the image bigger than whatever the maximun is, but I dont want image to be transparent in some parts.

Re: Can I make a image bigger than 300px? or w/e the max is?

Posted: Fri Jun 06, 2014 3:38 pm
by drs9999
The point is my *.png is 512x512 in size but the actual sprite is approx 256x256. If I would make the png 256x256 some of it will be cut as well. So I extended the "canvas". This time the engine still "cuts" part of the image, but it does not matter because the cutted part do not belong to the original sprite.