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:
@@ -48,6 +48,10 @@ export class HUDShapeViewer extends BaseHUDPart {
|
||||
this.close();
|
||||
}
|
||||
|
||||
isBlockingOverlay() {
|
||||
return this.visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* Called when the copying of a key was requested
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user