1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Unify assets, refactor waypoints

This commit is contained in:
tobspr
2020-08-14 12:14:15 +02:00
parent 9085f32ec3
commit 3c34227c24
210 changed files with 4219 additions and 7866 deletions

View File

@@ -74,7 +74,7 @@ export class PlatformWrapperInterface {
* @returns {number}
*/
getMaximumZoom() {
return 4 * this.getScreenScale();
return 3.5 * this.getScreenScale();
}
getScreenScale() {