Fork me on GitHub
#quil
<
2022-03-20
>
Vinicius Vieira Tozzi20:03:52

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 Tozzi20:03:35

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 Tozzi20:03:22

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