BryanChiu / Mactivision

CS4ZP6 2020-21 Capstone group. Mini-games
4 stars 5 forks source link

Maximize button not visible without scrolling #66

Closed SamCymbaluk closed 3 years ago

SamCymbaluk commented 3 years ago

Steps to reproduce:

Expected results:

Actual results:

teemh commented 3 years ago

The is caused by the default size of the game in the browser. We set the size to smaller than the most common resolution 1920x1080 but we can examine making it smaller by default. However, the maximize button is created by the unity itself and we cannot move it.

DavidHospital commented 3 years ago

This is out of the scope of this project