Search found 2 matches

by mojimi
Wed Oct 12, 2016 6:18 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 438661

Re: "Questions that don't deserve their own thread" thread

Hi mojimi, welcome to the forum. The problem is rounding. You can't expect that grid to look exactly like it would look if it was originally made of tiles and then stretched. That will only happen in certain conditions (exact integer multiples, no bilinear filtering). You can, however, use a quad t...
by mojimi
Wed Oct 12, 2016 3:19 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 438661

Re: "Questions that don't deserve their own thread" thread

Hey, fairly new into game dev here, I was trying out some grid system that resizes with the screen by drawing 50 squares, but I noticed the bottom of the bottom line and the right of the right line gets cut off a little bit, where's the flaw in my code logic? main.lua -- This can be any image file i...