Search found 3 matches

by 4gus71n
Sun Dec 24, 2017 5:16 pm
Forum: Support and Development
Topic: Issue drawing a simple grid
Replies: 3
Views: 3529

Re: Issue drawing a simple grid

Hey, thanks for replying! Yeah you were right about: "To avoid redrawing the grid when you are highlighting/selecting a portion to the grid, you can have a second draw function that only draws the highlights; drawing that on the screen after the canvas has been drawn on." I didn't know tha...
by 4gus71n
Sun Dec 24, 2017 4:23 am
Forum: Support and Development
Topic: Issue drawing a simple grid
Replies: 3
Views: 3529

Re: Issue drawing a simple grid

I'm submitting all this to a repo in case that anyone wants to check it https://github.com/4gus71n/PlayingWithLove (I added a color palette picker).
by 4gus71n
Sun Dec 24, 2017 2:10 am
Forum: Support and Development
Topic: Issue drawing a simple grid
Replies: 3
Views: 3529

Issue drawing a simple grid

Hi everyone! This is a pretty simple question, basically I just started learning about Love2d and as a "Hello World" project I decided to make pretty simple sprite editor. This sprite editor is a 32x32 grid where each cell has 32 pixels of height and 32 pixels of width. You have a red curs...