1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-11 09:11:50 +00:00

remember about blueprints

This commit is contained in:
EmeraldBlock 2024-04-23 23:16:58 -05:00 committed by Даниїл Григор'єв
parent 731510007b
commit a7f66e89a7

View File

@ -88,7 +88,13 @@ export class Blueprint {
parameters.context.globalAlpha = 1;
}
staticComp.drawSpriteOnBoundsClipped(parameters, staticComp.getBlueprintSprite(), 0, newPos);
staticComp.drawSpriteOnBoundsClipped(
parameters,
staticComp.getBlueprintSprite(),
0,
newPos,
true
);
}
parameters.context.globalAlpha = 1;
}