Search found 2 matches
- Fri Dec 20, 2013 5:01 pm
- Forum: Support and Development
- Topic: Cannot load no square image
- Replies: 4
- Views: 2006
Re: Cannot load no square image
npot => false getMaxImageSize => 1024 I have my response, thank's ! This value (maxImageSize) seem come from my system configuration: ("The returned number depends on the system running the code. It is safe to assume it will never be less than 1024 and will almost always be 2048 or greater. &qu...
- Thu Dec 19, 2013 7:20 pm
- Forum: Support and Development
- Topic: Cannot load no square image
- Replies: 4
- Views: 2006
Cannot load no square image
Hello, i've just test löve 0.9.0 on windows 8.1 (it's the first time i test löve). Seem work fine, thank's for your work. this is my problem : I want load a tileset png image and draw some quad. This tileset have a 768x2304 px. function love.load() Tileset = love.graphics.newImage('a.png') GrassQuad...