Skip to content

Commit c7ffd6e

Browse files
authored
[Reviewed] [Multiplayer custom lobbies] Fix missing anchors on bitmap texts (#1828)
- Don't show in changelog
1 parent 55b4431 commit c7ffd6e

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

extensions/reviewed/MultiplayerCustomLobbies.json

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,18 @@
550550
"type": "BitmapText::BitmapTextObject",
551551
"variables": [],
552552
"effects": [],
553-
"behaviors": [],
553+
"behaviors": [
554+
{
555+
"name": "Anchor",
556+
"type": "AnchorBehavior::AnchorBehavior",
557+
"leftEdgeAnchor": 3,
558+
"rightEdgeAnchor": 0,
559+
"bottomEdgeAnchor": 0,
560+
"relativeToOriginalWindowSize": true,
561+
"topEdgeAnchor": 0,
562+
"useLegacyBottomAndRightAnchors": false
563+
}
564+
],
554565
"content": {
555566
"text": "Players",
556567
"opacity": 255,
@@ -1992,7 +2003,18 @@
19922003
"type": "BitmapText::BitmapTextObject",
19932004
"variables": [],
19942005
"effects": [],
1995-
"behaviors": [],
2006+
"behaviors": [
2007+
{
2008+
"name": "Anchor",
2009+
"type": "AnchorBehavior::AnchorBehavior",
2010+
"bottomEdgeAnchor": 0,
2011+
"leftEdgeAnchor": 3,
2012+
"relativeToOriginalWindowSize": true,
2013+
"rightEdgeAnchor": 0,
2014+
"topEdgeAnchor": 0,
2015+
"useLegacyBottomAndRightAnchors": false
2016+
}
2017+
],
19962018
"content": {
19972019
"text": "0/4",
19982020
"opacity": 255,
@@ -2021,13 +2043,13 @@
20212043
"effects": [],
20222044
"behaviors": [
20232045
{
2046+
"name": "Anchor",
2047+
"type": "AnchorBehavior::AnchorBehavior",
20242048
"bottomEdgeAnchor": 2,
20252049
"leftEdgeAnchor": 1,
2026-
"name": "Anchor",
20272050
"relativeToOriginalWindowSize": true,
20282051
"rightEdgeAnchor": 2,
20292052
"topEdgeAnchor": 1,
2030-
"type": "AnchorBehavior::AnchorBehavior",
20312053
"useLegacyBottomAndRightAnchors": false
20322054
}
20332055
]

0 commit comments

Comments
 (0)