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

Fix camera pan (#673)

* Fix some literal edge cases

* Fixed for fullscreen
This commit is contained in:
Exund
2020-09-21 18:16:36 +02:00
committed by GitHub
parent b32ae43464
commit cceffc1832
2 changed files with 12 additions and 4 deletions

View File

@@ -48,6 +48,10 @@ export class HUDShapeViewer extends BaseHUDPart {
this.close();
}
isBlockingOverlay() {
return this.visible;
}
/**
* Called when the copying of a key was requested
*/