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

Set atlas scale for screenshot to constant value (#776)

This commit is contained in:
EmeraldBlock
2020-10-06 10:27:47 -05:00
committed by GitHub
parent 816fd37b55
commit 00cce9479a

View File

@@ -87,7 +87,7 @@ export class HUDScreenshotExporter extends BaseHUDPart {
const parameters = new DrawParameters({
context,
visibleRect,
desiredAtlasScale: chunkScale,
desiredAtlasScale: 0.25,
root: this.root,
zoomLevel: chunkScale,
});