Search found 2 matches

by Robotboy655
Sat Mar 06, 2010 3:33 pm
Forum: Support and Development
Topic: Need Help! (Images + Filesystem)
Replies: 4
Views: 2302

Re: Need Help! (Images + Filesystem)

Thank you! No lag now :D
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.
by Robotboy655
Sat Mar 06, 2010 3:17 pm
Forum: Support and Development
Topic: Need Help! (Images + Filesystem)
Replies: 4
Views: 2302

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...