quil

Vinicius Vieira Tozzi 2022-03-20T20:20:52.050229Z

Hi, I am trying to make a pixel art game using quil, does anyone have any tips on that? Is it possible to scale the whole canvas/screen

Vinicius Vieira Tozzi 2022-03-20T20:21:35.417269Z

or is it possible to scale the canvas when resizing the window? Now if I try to resize the window it just keeps everything with the same size

Vinicius Vieira Tozzi 2022-03-20T20:25:22.469379Z

I just found out that using (smooth 0) actually makes my pixel art assets look better, but for some reason (no-smooth) did not worked