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:
parent
731510007b
commit
a7f66e89a7
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user