susiejojo / tooney_tunes

A music-based platformer game. Built using Phaser.js during MLH Fall '20 Fellowship, Sprint2.
https://tooney-tunes.herokuapp.com/game.html
3 stars 0 forks source link

Display of game window in Firefox #9

Open susiejojo opened 3 years ago

susiejojo commented 3 years ago

In Firefox the game window doesn't span the whole browser screen. It appears smaller than the browser screen, which doesn't look good. @eamspoker Pls look into this.

eamspoker commented 3 years ago

I've scaled everything to the window, except the ground doesn't take up the full screen, which is an issue. I pushed my changes to the phaser_base branch, so if someone could look at that, it would be great!

eamspoker commented 3 years ago

also @MondaleFelix if you could put the assets into the assets folder, I can check if the ground issue is just with the example assets I used or if it's a general issue.

susiejojo commented 3 years ago

Temporary fix in branch screen_fi.