Search found 2 matches
- Fri Dec 30, 2016 4:49 pm
- Forum: Support and Development
- Topic: My game won't draw the images, but reports no errors
- Replies: 6
- Views: 3458
Re: My game won't draw the images, but reports no errors
Thanks for letting me know! For some reason I thought it meant it was increasing the grid space for pixels, seeing as that would allow me to not have to put *64 at the end of every set of coordinates to get everything to use the same grid and still fit properly. I'm really glad this forum is here, o...
- Fri Dec 30, 2016 5:10 am
- Forum: Support and Development
- Topic: My game won't draw the images, but reports no errors
- Replies: 6
- Views: 3458
My game won't draw the images, but reports no errors
When programming a game of mine, I found that it wouldn't draw any of the images on-screen when ran. I'll post the source code here, so please read through it and tell me whether or not I am doing something wrong. --Functions-- function love.load() --Variables-- pdir = "South" px = 2 py = ...