mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Merge cc88afe935
into 5b9000155d
This commit is contained in:
commit
cab979c468
@ -1,6 +1,6 @@
|
||||
#ingame_HUD_BetaOverlay {
|
||||
position: fixed;
|
||||
@include S(top, 70px);
|
||||
@include S(top, 10px);
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
color: $colorRedBright;
|
||||
@ -13,6 +13,10 @@
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
|
||||
&.demo {
|
||||
@include S(top, 70px);
|
||||
}
|
||||
|
||||
h2 {
|
||||
@include PlainText;
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ export class HUDBetaOverlay extends BaseHUDPart {
|
||||
this.element = makeDiv(
|
||||
parent,
|
||||
"ingame_HUD_BetaOverlay",
|
||||
[],
|
||||
this.root.app.restrictionMgr.isLimitedVersion() ? ["demo"] : [],
|
||||
"<h2>UNSTABLE BETA VERSION</h2><span>Unfinalized & potential buggy content!</span>"
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user