mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Merge pull request #118 from Colecf/patch-1
Fix grammatical mistake in demo watermark
This commit is contained in:
commit
a348ee6e45
@ -33,7 +33,7 @@ export class HUDWatermark extends BaseHUDPart {
|
|||||||
parameters.context.font = "bold " + this.root.app.getEffectiveUiScale() * 12 + "px GameFont";
|
parameters.context.font = "bold " + this.root.app.getEffectiveUiScale() * 12 + "px GameFont";
|
||||||
// parameters.context.textAlign = "center";
|
// parameters.context.textAlign = "center";
|
||||||
parameters.context.fillText(
|
parameters.context.fillText(
|
||||||
"Please consider to buy the full version!",
|
"Please consider buying the full version!",
|
||||||
x,
|
x,
|
||||||
this.root.app.getEffectiveUiScale() * 45
|
this.root.app.getEffectiveUiScale() * 45
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user