Trevin Wong

Results 2 comments of Trevin Wong

This block of code doesn't render the circle properly to the screen for me: ``` function Stage:draw() love.graphics.setCanvas(self.main_canvas) love.graphics.clear() camera:attach(0, 0, gw, gh) love.graphics.circle('line', gw/2, gh/2, 50) self.area:draw() camera:detach() love.graphics.setCanvas()...

Not sure if anyone is encountering this issue as well, but adding in the last part, the `TrailParticle` effects is killing the framerate for some reason. It gets worse and...