niner-games / lost-dutchman-mine

Reviving old "Lost Dutchman Mine" game with Electron and Capacitor.
https://lostmine.cc
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Increase difference needed to display orientation error #198

Open MadejaMaciej opened 6 months ago

MadejaMaciej commented 6 months ago

Overview

Right now orientation only locks when screen height is larger than width. We should adjust that, so it will not be direct, equal number, but width should have adventage here. For example for 1200 width, if height would be 1000 we should lock it, and right now if width would be 1200 it would lock only if height is 1200 as well.