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

Fix grammatical mistake in demo watermark

This commit is contained in:
Cole Faust
2020-06-12 00:26:15 -07:00
committed by GitHub
parent 1a7a06fce2
commit eb16025598

View File

@@ -33,7 +33,7 @@ export class HUDWatermark extends BaseHUDPart {
parameters.context.font = "bold " + this.root.app.getEffectiveUiScale() * 12 + "px GameFont";
// parameters.context.textAlign = "center";
parameters.context.fillText(
"Please consider to buy the full version!",
"Please consider buying the full version!",
x,
this.root.app.getEffectiveUiScale() * 45
);