mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-07 10:03:59 +00:00
fine
This commit is contained in:
parent
889e22ea69
commit
8d21c1dfaf
@ -60,7 +60,7 @@ export class HUDScreenshotExporter extends BaseHUDPart {
|
|||||||
const maxDimensions = Math.max(dimensions.x, dimensions.y);
|
const maxDimensions = Math.max(dimensions.x, dimensions.y);
|
||||||
|
|
||||||
if (maxDimensions > 128) {
|
if (maxDimensions > 128) {
|
||||||
chunkSizePixels = Math.floor(128 * (128 / maxDimensions));
|
chunkSizePixels = Math.floor(128 * (128 / maxDimensions));
|
||||||
}
|
}
|
||||||
logger.log("ChunkSizePixels:", chunkSizePixels);
|
logger.log("ChunkSizePixels:", chunkSizePixels);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user