Skip to content

Commit

Permalink
remember about blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
EmeraldBlock committed Apr 24, 2024
1 parent dabd234 commit 160eadd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/js/game/blueprint.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 160eadd

Please sign in to comment.