Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Very nice! Good graphics, fun and challenging, the sound might be a little monotone.  Tried several browsers on my mac, but only got to see a shrunken game screen on the top left corner, which is a pitty. Hope you can fix that, so i can share it on my game page. Personally a button animated console case would be a small improvement.

Yeah unfortunately that seems to be a weird issue with godot and browsers from what I was looking up online. I am not sure about any solution for that on my end.

I thought about the animated console case, decided to simplify the process though since it was moreso made to learn the Godot Engine.

Don't know if you can manipulate the css file, but if you could add this rule, your problem might be fixed. 

#canvas {

    width: auto !important;

    height: auto !important;

}