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

Further waypoint improvements

This commit is contained in:
tobspr
2020-05-28 20:36:53 +02:00
parent c350e0f22a
commit e85728b73d
10 changed files with 131 additions and 37 deletions

View File

@@ -66,7 +66,7 @@ export class PlatformWrapperInterface {
* @returns {number}
*/
getMinimumZoom() {
return 0.1 * this.getScreenScale();
return 0.2 * this.getScreenScale();
}
/**