Search found 1 match

by Law333
Tue Sep 26, 2023 9:10 pm
Forum: Support and Development
Topic: Drawing a line of tile
Replies: 4
Views: 4732

Drawing a line of tile

Hi I'm new to Love2d. So here is the problem: I tried to fill the screen with tiles but the screen went totally black when I ran my code. The thing is, when I run the line of the code that draws the tile alone, it works. here is my script that I've written so far: tile = {} tile.img = love.graphics....