Thank you! No lag now
About the filesystem: I want to create a config file, where i will save the screen resolution, and other stuff, to carry it over sessions.
Search found 2 matches
- Sat Mar 06, 2010 3:33 pm
- Forum: Support and Development
- Topic: Need Help! (Images + Filesystem)
- Replies: 4
- Views: 2433
- Sat Mar 06, 2010 3:17 pm
- Forum: Support and Development
- Topic: Need Help! (Images + Filesystem)
- Replies: 4
- Views: 2433
Need Help! (Images + Filesystem)
Hello! I have some questions about drawing images and filesystem. I have trouble with drawing resized 1600x1200 image (Making background for a game), when i drawing the image via this code: local bg = love.graphics.newImage("background01.jpg") love.graphics.draw(bg,0,0,0,love.graphics.getW...