Jump to content

Question

Posted

Is there a way to make the window that shows your location, hp, mp, xp, and icon, transparent? I cant see a thing behind it and I feel it will be in the way. Also can this also be done for the chat window?

2 answers to this question

Recommended Posts

  • 0
Posted

yes here is one at 50% trans. 

3985c691d41fb2697aec79afdcc794df.png

 

or you can just go into playerbox.json and take out the .png

you can just edit the .png in gimp or photoshop.  add transparency. 

  • 0
Posted

Intersect-Engine\build\debug\client\resources\gui\layouts\game\PlayerBox.json

 

"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,

In:

"Texture": "entitybox.png",

Set to:

"Texture": "",

 

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...