Jump to content
  • 0

How to move text OUT of the default UI


Kamus

Question

Hello!
How the tittle says i want to move the "EntityMapLabel" outs the default place like the pic below

53b6a7b01ab7e2308f733577b1cc9c1e.png 

But when i change the "X" value the text only hide a part of the limits

Here is my configs of "PlayerBox.json"

https://ascensiongamedev.com/resources/filehost/24a9c9287c03928e8634e5ac6d8702de.json 

Spoiler


        "EntityMapLabel": {
          "Bounds": "200,6,200,20", <---- the 200 of X do the weird hidding text of the pic
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,200,20",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": false,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "BackgroundTemplate": null,
          "TextColor": "255,255,200,255",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Right, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": false,
          "Font": "sourcesansproblack,12",
          "TextScale": 1.0
        },

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

×
×
  • Create New...