#[RESOLDVED] - Stack panel into a "background image?"

1 messages · Page 1 of 1 (latest)

orchid torrent
#
{
  "player_rp_informations": {
    "type": "image",
    "size": [ "100%c + 12px", "100%c + 5px" ],
    "anchor_from": "top_right",
    "anchor_to": "top_right",
    "offset": [ -4, 4 ],
    "texture": "textures/ui/hud_tip_text_background",
    "alpha": 0.6,
    "controls": [
      {
        "player_rp_informations_stack_panel": {
          "type": "stack_panel",
          "controls": [
            {
              "metier": {
              "type": "label",
              "text": "§7Metier: §cnone"
            },
            {
              "enterprise": {
              "type": "label",
              "text": "§7Entreprise: §cnone"
            },
            {
              "gang": {
              "type": "label",
              "text": "§7Gang: §cnone"
            }
          ]
        }
      }
    ]
  }
},```
orchid torrent
teal zinc
#

use size in stack panel

#

Try [ "100%cm", "100%c" ]

orchid torrent
#

thxx