Jump to content
  • 0

PlayerBox Clickables not aligned


Push

Question

Not sure how to title this, but the photo should help:

 

I edited the 'TargetBox.json' and changed the postion of the 'Trade, Party, Befriend' text.

When I hover over the text nothing appears, the 'clickable' part seems to start at the very top of the text box. I dont see an option to change the location.

 

(The Green arrow is representing where my mouse is when the 'tooltip' appears and I am able to click the text.) It's activated at the bottom of the HP bar. How to change this?
d7c9d791aa2f59e9f3a1dcb820d6ef22.png

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

You will need to edit the bounds, as well as check the padding/text padding. The bounds is set up like this:

 

"X,Y,WIDTH,HEIGHT"

 

"Bounds": "250,82,22,22",

 

X = 250 = Position Horizontal (250 pixels in from the left)

Y = 82 = Position Vertical (82 pixels down from the top)

Width = 22 = Width of the box / entity (22 pixels in width = space allowed)

Height = 22 = Height of the box / entity (22 pixels in heigth = space allowed)

 

Also keep in mind the size of the overall box size that is set at the very top bound. This determinds the play area for the rest of the objects within.

Link to comment
Share on other sites

  • 0
33 minutes ago, Ainz Ooal Gown said:

You will need to edit the bounds, as well as check the padding/text padding. The bounds is set up like this:

 

"X,Y,WIDTH,HEIGHT"

 

"Bounds": "250,82,22,22",

 

X = 250 = Position Horizontal (250 pixels in from the left)

Y = 82 = Position Vertical (82 pixels down from the top)

Width = 22 = Width of the box / entity (22 pixels in width = space allowed)

Height = 22 = Height of the box / entity (22 pixels in heigth = space allowed)

 

Also keep in mind the size of the overall box size that is set at the very top bound. This determinds the play area for the rest of the objects within.

Thanks for the input!

 

When I try to change the Bounds of those, they always revert back to the orginal numbers.
The padding only changes the position for the text, but the clickable area is only a pixel wide at the top of the text (bottom outline of the HP Bar)

Here's what my TradeButton Looks like:
 

Spoiler

  "TradeButton": {
          "Bounds": "65,58,50,32",
          "Padding": "5,5,5,5",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": false,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": "tooltip.png",
          "ToolTipFont": "sourcesansproblack,10",
          "ToolTipTextColor": "255,255,255,255",
          "TextColor": "255,255,255,255",
          "HoveredTextColor": "255,76,153,255",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Center",
          "TextPadding": "3,3,3,3",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0,
          "NormalImage": "",
          "HoveredImage": "",
          "ClickedImage": "",
          "DisabledImage": "",
          "CenterImage": false,
          "HoverSound": "octave-tap-resonant.wav",
          "MouseUpSound": "",
          "MouseDownSound": "octave-tap-warm.wav",
          "ClickSound": ""

 

Link to comment
Share on other sites

  • 0
10 hours ago, CosakiGames said:

Thanks for the input!

 

When I try to change the Bounds of those, they always revert back to the orginal numbers.
The padding only changes the position for the text, but the clickable area is only a pixel wide at the top of the text (bottom outline of the HP Bar)

Here's what my TradeButton Looks like:
 

  Reveal hidden contents

  "TradeButton": {
          "Bounds": "65,58,50,32",
          "Padding": "5,5,5,5",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": false,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": "tooltip.png",
          "ToolTipFont": "sourcesansproblack,10",
          "ToolTipTextColor": "255,255,255,255",
          "TextColor": "255,255,255,255",
          "HoveredTextColor": "255,76,153,255",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Center",
          "TextPadding": "3,3,3,3",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0,
          "NormalImage": "",
          "HoveredImage": "",
          "ClickedImage": "",
          "DisabledImage": "",
          "CenterImage": false,
          "HoverSound": "octave-tap-resonant.wav",
          "MouseUpSound": "",
          "MouseDownSound": "octave-tap-warm.wav",
          "ClickSound": ""

 

 

Can you post your whole .json file?

 

Padding might be too much for size of area it has? An element's padding is the space between its content and its border.

 

Link to comment
Share on other sites

  • 0
8 hours ago, Ainz Ooal Gown said:

 

Can you post your whole .json file?

 

Padding might be too much for size of area it has? An element's padding is the space between its content and its border.

 

 

 

I moved the buttons and HP bar up and it helped a bit, but seems to be stuck at a certain point. Im not sure which bounds is effecting it.

 

Spoiler

{
  "Bounds": "483,573,314,100",
  "Padding": "0,10,10,10",
  "AlignmentEdgeDistances": "0,145,0,85",
  "AlignmentTransform": "0,0",
  "Margin": "0,0,0,0",
  "RenderColor": "255,255,255,255",
  "Alignments": "Center,Bottom",
  "DrawBackground": true,
  "MinimumSize": "1,1",
  "MaximumSize": "4096,4096",
  "Disabled": false,
  "Hidden": false,
  "RestrictToParent": true,
  "MouseInputEnabled": true,
  "HideToolTip": false,
  "ToolTipBackground": null,
  "ToolTipFont": null,
  "ToolTipTextColor": "",
  "Texture": "",
  "HoverSound": null,
  "LeftMouseClickSound": null,
  "RightMouseClickSound": null,
  "Children": {
    "EntityInfoPanel": {
      "Bounds": "0,0,314,126",
      "Padding": "0,0,0,0",
      "AlignmentEdgeDistances": "0,0,0,0",
      "AlignmentTransform": "0,0",
      "Margin": "0,0,0,0",
      "RenderColor": "255,255,255,255",
      "Alignments": "",
      "DrawBackground": true,
      "MinimumSize": "1,1",
      "MaximumSize": "4096,4096",
      "Disabled": false,
      "Hidden": false,
      "RestrictToParent": false,
      "MouseInputEnabled": true,
      "HideToolTip": false,
      "ToolTipBackground": null,
      "ToolTipFont": null,
      "ToolTipTextColor": "",
      "Texture": "entitybox.png",
      "HoverSound": null,
      "LeftMouseClickSound": null,
      "RightMouseClickSound": null,
      "Children": {
        "EntityNameLabel": {
          "Bounds": "26,7,49,20",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": false,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "BackgroundTemplate": null,
          "TextColor": "255,255,255,255",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Left, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,12",
          "TextScale": 1.0
        },
        "EntityLevelLabel": {
          "Bounds": "32,6,1,20",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": false,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "BackgroundTemplate": null,
          "TextColor": "255,255,255,255",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Left, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,12",
          "TextScale": 1.0
        },
        "NameAndLevelLabel": {
          "Bounds": "32,6,1,20",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "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,255,255",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Left, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,12",
          "TextScale": 1.0
        },
        "EntityMapLabel": {
          "Bounds": "100,6,200,22",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "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,255,255",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Right, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": false,
          "Font": "sourcesansproblack,12",
          "TextScale": 1.0
        },
        "EntityGraphicContainer": {
          "Bounds": "0,0,20,20",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "96,96",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": null,
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "EventDescLabel": {
          "Bounds": "93,43,207,0",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Font": "sourcesansproblack,10"
        },
        "HPBarBackground": {
          "Bounds": "50,37,225,20",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": "emptybar.png",
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "HPBar": {
          "Bounds": "50,38,225,14",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": "HPBar.png",
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "ShieldBar": {
          "Bounds": "130,45,168,14",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": "ShieldBar.png",
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "HPTitle": {
          "Bounds": "20,39,21,16",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "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,255,255",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Left, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0
        },
        "HPLabel": {
          "Bounds": "85,39,168,16",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "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,255,255",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Center",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": false,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0
        },
        "MPBackground": {
          "Bounds": "0,0,10,10",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": null,
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "MPBar": {
          "Bounds": "0,0,10,10",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": null,
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "MPTitle": {
          "Bounds": "0,0,17,14",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": false,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "BackgroundTemplate": null,
          "TextColor": "255,82,82,82",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Left, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": true,
          "Font": null,
          "TextScale": 1.0
        },
        "MPLabel": {
          "Bounds": "0,0,100,10",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": false,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "BackgroundTemplate": null,
          "TextColor": "255,82,82,82",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Left, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": true,
          "Font": null,
          "TextScale": 1.0
        },
        "EXPBackground": {
          "Bounds": "130,96,168,16",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": "emptybar.png",
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "EXPBar": {
          "Bounds": "130,97,168,14",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": "expbar.png",
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "EXPTitle": {
          "Bounds": "95,95,27,16",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": false,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "BackgroundTemplate": null,
          "TextColor": "255,90,90,90",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Left, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0
        },
        "EXPLabel": {
          "Bounds": "130,95,168,16",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": false,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "BackgroundTemplate": null,
          "TextColor": "255,90,90,90",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Center",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": false,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0
        },
        "TradeButton": {
          "Bounds": "65,48,50,32",
          "Padding": "5,5,5,5",
          "AlignmentEdgeDistances": "10,10,10,10",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": false,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": "tooltip.png",
          "ToolTipFont": "sourcesansproblack,10",
          "ToolTipTextColor": "255,255,255,255",
          "TextColor": "255,255,255,255",
          "HoveredTextColor": "255,76,153,255",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Center",
          "TextPadding": "3,3,3,3",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0,
          "NormalImage": "",
          "HoveredImage": "",
          "ClickedImage": "",
          "DisabledImage": "",
          "CenterImage": false,
          "HoverSound": "octave-tap-resonant.wav",
          "MouseUpSound": "",
          "MouseDownSound": "octave-tap-warm.wav",
          "ClickSound": ""
        },
        "PartyButton": {
          "Bounds": "128,48,48,32",
          "Padding": "5,5,5,5",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "3,3,3,3",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": false,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": "tooltip.png",
          "ToolTipFont": "sourcesansproblack,10",
          "ToolTipTextColor": "255,255,255,255",
          "TextColor": "255,255,255,255",
          "HoveredTextColor": "255,76,153,255",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Center",
          "TextPadding": "3,3,3,3",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0,
          "NormalImage": "",
          "HoveredImage": "",
          "ClickedImage": "",
          "DisabledImage": "",
          "CenterImage": true,
          "HoverSound": "octave-tap-resonant.wav",
          "MouseUpSound": "",
          "MouseDownSound": "octave-tap-warm.wav",
          "ClickSound": ""
        },
        "FriendButton": {
          "Bounds": "197,48,68,32",
          "Padding": "5,5,5,5",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": false,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": true,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": "tooltip.png",
          "ToolTipFont": "sourcesansproblack,10",
          "ToolTipTextColor": "255,255,255,255",
          "TextColor": "255,255,255,255",
          "HoveredTextColor": "255,76,153,255",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Center",
          "TextPadding": "3,3,3,3",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0,
          "NormalImage": "",
          "HoveredImage": "",
          "ClickedImage": "",
          "DisabledImage": "",
          "CenterImage": false,
          "HoverSound": "octave-tap-resonant.wav",
          "MouseUpSound": "",
          "MouseDownSound": "octave-tap-warm.wav",
          "ClickSound": ""
        }
      }
    },
    "StatusArea": {
      "Bounds": "0,60,306,42",
      "Padding": "0,0,0,0",
      "AlignmentEdgeDistances": "0,0,0,0",
      "AlignmentTransform": "0,0",
      "Margin": "0,0,0,0",
      "RenderColor": "255,255,255,255",
      "Alignments": "",
      "DrawBackground": true,
      "MinimumSize": "1,1",
      "MaximumSize": "4096,4096",
      "Disabled": false,
      "Hidden": false,
      "RestrictToParent": false,
      "MouseInputEnabled": true,
      "HideToolTip": false,
      "ToolTipBackground": null,
      "ToolTipFont": null,
      "ToolTipTextColor": "",
      "Texture": "",
      "HoverSound": null,
      "LeftMouseClickSound": null,
      "RightMouseClickSound": null
    }
  }
}

 

Link to comment
Share on other sites

  • 0
18 hours ago, CosakiGames said:

 

 

I moved the buttons and HP bar up and it helped a bit, but seems to be stuck at a certain point. Im not sure which bounds is effecting it.

 

  Reveal hidden contents

{
  "Bounds": "483,573,314,100",
  "Padding": "0,10,10,10",
  "AlignmentEdgeDistances": "0,145,0,85",
  "AlignmentTransform": "0,0",
  "Margin": "0,0,0,0",
  "RenderColor": "255,255,255,255",
  "Alignments": "Center,Bottom",
  "DrawBackground": true,
  "MinimumSize": "1,1",
  "MaximumSize": "4096,4096",
  "Disabled": false,
  "Hidden": false,
  "RestrictToParent": true,
  "MouseInputEnabled": true,
  "HideToolTip": false,
  "ToolTipBackground": null,
  "ToolTipFont": null,
  "ToolTipTextColor": "",
  "Texture": "",
  "HoverSound": null,
  "LeftMouseClickSound": null,
  "RightMouseClickSound": null,
  "Children": {
    "EntityInfoPanel": {
      "Bounds": "0,0,314,126",
      "Padding": "0,0,0,0",
      "AlignmentEdgeDistances": "0,0,0,0",
      "AlignmentTransform": "0,0",
      "Margin": "0,0,0,0",
      "RenderColor": "255,255,255,255",
      "Alignments": "",
      "DrawBackground": true,
      "MinimumSize": "1,1",
      "MaximumSize": "4096,4096",
      "Disabled": false,
      "Hidden": false,
      "RestrictToParent": false,
      "MouseInputEnabled": true,
      "HideToolTip": false,
      "ToolTipBackground": null,
      "ToolTipFont": null,
      "ToolTipTextColor": "",
      "Texture": "entitybox.png",
      "HoverSound": null,
      "LeftMouseClickSound": null,
      "RightMouseClickSound": null,
      "Children": {
        "EntityNameLabel": {
          "Bounds": "26,7,49,20",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": false,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "BackgroundTemplate": null,
          "TextColor": "255,255,255,255",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Left, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,12",
          "TextScale": 1.0
        },
        "EntityLevelLabel": {
          "Bounds": "32,6,1,20",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": false,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "BackgroundTemplate": null,
          "TextColor": "255,255,255,255",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Left, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,12",
          "TextScale": 1.0
        },
        "NameAndLevelLabel": {
          "Bounds": "32,6,1,20",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "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,255,255",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Left, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,12",
          "TextScale": 1.0
        },
        "EntityMapLabel": {
          "Bounds": "100,6,200,22",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "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,255,255",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Right, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": false,
          "Font": "sourcesansproblack,12",
          "TextScale": 1.0
        },
        "EntityGraphicContainer": {
          "Bounds": "0,0,20,20",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "96,96",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": null,
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "EventDescLabel": {
          "Bounds": "93,43,207,0",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Font": "sourcesansproblack,10"
        },
        "HPBarBackground": {
          "Bounds": "50,37,225,20",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": "emptybar.png",
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "HPBar": {
          "Bounds": "50,38,225,14",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": "HPBar.png",
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "ShieldBar": {
          "Bounds": "130,45,168,14",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": "ShieldBar.png",
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "HPTitle": {
          "Bounds": "20,39,21,16",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "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,255,255",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Left, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0
        },
        "HPLabel": {
          "Bounds": "85,39,168,16",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "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,255,255",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Center",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": false,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0
        },
        "MPBackground": {
          "Bounds": "0,0,10,10",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": null,
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "MPBar": {
          "Bounds": "0,0,10,10",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": null,
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "MPTitle": {
          "Bounds": "0,0,17,14",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": false,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "BackgroundTemplate": null,
          "TextColor": "255,82,82,82",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Left, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": true,
          "Font": null,
          "TextScale": 1.0
        },
        "MPLabel": {
          "Bounds": "0,0,100,10",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": false,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "BackgroundTemplate": null,
          "TextColor": "255,82,82,82",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Left, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": true,
          "Font": null,
          "TextScale": 1.0
        },
        "EXPBackground": {
          "Bounds": "130,96,168,16",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": "emptybar.png",
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "EXPBar": {
          "Bounds": "130,97,168,14",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "Texture": "expbar.png",
          "HoverSound": null,
          "LeftMouseClickSound": null,
          "RightMouseClickSound": null
        },
        "EXPTitle": {
          "Bounds": "95,95,27,16",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": false,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "BackgroundTemplate": null,
          "TextColor": "255,90,90,90",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Left, Top",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0
        },
        "EXPLabel": {
          "Bounds": "130,95,168,16",
          "Padding": "0,0,0,0",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": true,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": true,
          "Hidden": true,
          "RestrictToParent": false,
          "MouseInputEnabled": false,
          "HideToolTip": false,
          "ToolTipBackground": null,
          "ToolTipFont": null,
          "ToolTipTextColor": "",
          "BackgroundTemplate": null,
          "TextColor": "255,90,90,90",
          "HoveredTextColor": "",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Center",
          "TextPadding": "0,0,0,0",
          "AutoSizeToContents": false,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0
        },
        "TradeButton": {
          "Bounds": "65,48,50,32",
          "Padding": "5,5,5,5",
          "AlignmentEdgeDistances": "10,10,10,10",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": false,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": "tooltip.png",
          "ToolTipFont": "sourcesansproblack,10",
          "ToolTipTextColor": "255,255,255,255",
          "TextColor": "255,255,255,255",
          "HoveredTextColor": "255,76,153,255",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Center",
          "TextPadding": "3,3,3,3",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0,
          "NormalImage": "",
          "HoveredImage": "",
          "ClickedImage": "",
          "DisabledImage": "",
          "CenterImage": false,
          "HoverSound": "octave-tap-resonant.wav",
          "MouseUpSound": "",
          "MouseDownSound": "octave-tap-warm.wav",
          "ClickSound": ""
        },
        "PartyButton": {
          "Bounds": "128,48,48,32",
          "Padding": "5,5,5,5",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "3,3,3,3",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": false,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": false,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": "tooltip.png",
          "ToolTipFont": "sourcesansproblack,10",
          "ToolTipTextColor": "255,255,255,255",
          "TextColor": "255,255,255,255",
          "HoveredTextColor": "255,76,153,255",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Center",
          "TextPadding": "3,3,3,3",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0,
          "NormalImage": "",
          "HoveredImage": "",
          "ClickedImage": "",
          "DisabledImage": "",
          "CenterImage": true,
          "HoverSound": "octave-tap-resonant.wav",
          "MouseUpSound": "",
          "MouseDownSound": "octave-tap-warm.wav",
          "ClickSound": ""
        },
        "FriendButton": {
          "Bounds": "197,48,68,32",
          "Padding": "5,5,5,5",
          "AlignmentEdgeDistances": "0,0,0,0",
          "AlignmentTransform": "0,0",
          "Margin": "0,0,0,0",
          "RenderColor": "255,255,255,255",
          "Alignments": "",
          "DrawBackground": false,
          "MinimumSize": "1,1",
          "MaximumSize": "4096,4096",
          "Disabled": false,
          "Hidden": false,
          "RestrictToParent": true,
          "MouseInputEnabled": true,
          "HideToolTip": false,
          "ToolTipBackground": "tooltip.png",
          "ToolTipFont": "sourcesansproblack,10",
          "ToolTipTextColor": "255,255,255,255",
          "TextColor": "255,255,255,255",
          "HoveredTextColor": "255,76,153,255",
          "ClickedTextColor": "",
          "DisabledTextColor": "255,90,90,90",
          "TextAlign": "Center",
          "TextPadding": "3,3,3,3",
          "AutoSizeToContents": true,
          "Font": "sourcesansproblack,10",
          "TextScale": 1.0,
          "NormalImage": "",
          "HoveredImage": "",
          "ClickedImage": "",
          "DisabledImage": "",
          "CenterImage": false,
          "HoverSound": "octave-tap-resonant.wav",
          "MouseUpSound": "",
          "MouseDownSound": "octave-tap-warm.wav",
          "ClickSound": ""
        }
      }
    },
    "StatusArea": {
      "Bounds": "0,60,306,42",
      "Padding": "0,0,0,0",
      "AlignmentEdgeDistances": "0,0,0,0",
      "AlignmentTransform": "0,0",
      "Margin": "0,0,0,0",
      "RenderColor": "255,255,255,255",
      "Alignments": "",
      "DrawBackground": true,
      "MinimumSize": "1,1",
      "MaximumSize": "4096,4096",
      "Disabled": false,
      "Hidden": false,
      "RestrictToParent": false,
      "MouseInputEnabled": true,
      "HideToolTip": false,
      "ToolTipBackground": null,
      "ToolTipFont": null,
      "ToolTipTextColor": "",
      "Texture": "",
      "HoverSound": null,
      "LeftMouseClickSound": null,
      "RightMouseClickSound": null
    }
  }
}

 

 

For me I think you have too much padding and margins that might be pushing other entities away? Especially "Padding": "0,10,10,10", on the mainbox which isnt needed as you want the whole main box to be the size of the image your using?.

Link to comment
Share on other sites

  • 0
4 hours ago, Ainz Ooal Gown said:

 

For me I think you have too much padding and margins that might be pushing other entities away? Especially "Padding": "0,10,10,10", on the mainbox which isnt needed as you want the whole main box to be the size of the image your using?.

Even after setting the mianbox padding to 0, nothing changed.
I made sure all padding were at 0, but still the same outcome.

 

Maybe it has to do with disabling the MP Bar? Ill keep at it and see if I can figure out the problem. Thank you for your help!

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...