Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 2 to 5 of 98 · Next page · Last page

Thank you so much for this tool. I'm wondering if there is a way to remove the black/custom bars when resizing it; for the game view to take up the entire screen in fullscreen mode.

ah i think i've solved it, for anyone else wondering: comment out these. thanks again for the great template :)

// if (w * r > window.innerHeight) {

//  w = Math.min(w, Math.ceil(h / r));

// }

//h = Math.floor(w * r);

Thank you Sean, but why is there a white bar when it first goes to full screen? 

https://spore-games.itch.io/freeze-tag

(+1)

It's a loading bar that updates based on unity's progress, though it seems like on your game it spends almost all the time on one resource so there's very little animation.

(+2)

I come back to this with literally every game jam I do. Thank you so much for maintaining this.

(+2)

Still goated. Still what I recommend to people for game jams. Fantastic work

Viewing most recent comments 2 to 5 of 98 · Next page · Last page