Search found 3 matches

by NotAUsername
Sat Dec 06, 2014 4:32 pm
Forum: General
Topic: Lua Syntax and Drawing a Canvas (Solved)
Replies: 5
Views: 3718

Re: Lua Syntax and Drawing a Canvas

I don't think that'll work because then you have to resize everything as it's drawn to the canvas to get the same effect, and at that point you might as well just draw straight to the window.
by NotAUsername
Sat Dec 06, 2014 3:55 pm
Forum: General
Topic: Lua Syntax and Drawing a Canvas (Solved)
Replies: 5
Views: 3718

Re: Lua Syntax and Drawing a Canvas

I fixed the parentheses problem, but I got the same result. Same error and everything.

Never mind, I fixed it!
by NotAUsername
Sat Dec 06, 2014 4:55 am
Forum: General
Topic: Lua Syntax and Drawing a Canvas (Solved)
Replies: 5
Views: 3718

Lua Syntax and Drawing a Canvas (Solved)

I'm kinda' new to both lua and love, so I don't completely know how lua syntax, or the love API, work in every situation. I'm trying to have everything be drawn to a canvas, then the canvas drawn to the window and stretched to fit it. To do this, I draw the canvas with a scaling factor of the window...