On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

Hello there! Great game! Since it's made with Love2D and it's pixel art and it's playable on web browser I have a couple of quick quetstions if you don't mind:

1) Have you used Love.js for exporting for web?

2) Did you draw first in a canvas and then scale the canvas up?

Thanks! Keep it up!

Hello, thanks for playing!

  1. Yes, I used Love.js to export to the web (specifically Davidobot’s repo of love.js)

  2. I first draw in a low-resolution 320x180 canvas and then draw that canvas at a 3x scale on a 960x540 canvas, and then draw that final canvas to the window. There’s some intricacies in the middle like having an intermediary “shader” canvas and a UI canvas that gets scaled separately, but that’s mostly it.

Glad you liked the game!

Thanks for your tips and keep it up with making games!!