From bee81a2dc95b00366be6b05c0cf3e175776ed09c Mon Sep 17 00:00:00 2001 From: Igor Date: Sun, 1 Dec 2024 20:01:06 -0500 Subject: [PATCH] [flawhud] Inline control buttons for default loadout style --- src/TF2HUD.Editor/JSON/flawhud.json | 42 +++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/src/TF2HUD.Editor/JSON/flawhud.json b/src/TF2HUD.Editor/JSON/flawhud.json index 5032a5ed..20dfe67c 100644 --- a/src/TF2HUD.Editor/JSON/flawhud.json +++ b/src/TF2HUD.Editor/JSON/flawhud.json @@ -1884,6 +1884,20 @@ "origin_y": "0", "origin_z": "-48" } + }, + "CharacterLoadoutButton": { + "xpos": "3", + "ypos": "0", + "pin_corner_to_sibling": "PIN_TOPRIGHT", + "pin_to_sibling_corner": "PIN_TOPLEFT" + }, + "TauntLoadoutButton": { + "pin_corner_to_sibling": "PIN_TOPRIGHT", + "pin_to_sibling_corner": "PIN_TOPLEFT" + }, + "RedButton": { + "xpos": "0", + "pin_to_sibling": "loadout_preset_panel" } } } @@ -1911,6 +1925,20 @@ "origin_y": "20", "origin_z": "-30" } + }, + "CharacterLoadoutButton": { + "xpos": "-1", + "ypos": "4", + "pin_corner_to_sibling": "PIN_TOPLEFT", + "pin_to_sibling_corner": "PIN_BOTTOMLEFT" + }, + "TauntLoadoutButton": { + "pin_corner_to_sibling": "PIN_TOPLEFT", + "pin_to_sibling_corner": "PIN_TOPRIGHT" + }, + "RedButton": { + "xpos": "3", + "pin_to_sibling": "TauntLoadoutButton" } } } @@ -1938,6 +1966,20 @@ "origin_y": "10", "origin_z": "-30" } + }, + "CharacterLoadoutButton": { + "xpos": "-1", + "ypos": "4", + "pin_corner_to_sibling": "PIN_TOPLEFT", + "pin_to_sibling_corner": "PIN_BOTTOMLEFT" + }, + "TauntLoadoutButton": { + "pin_corner_to_sibling": "PIN_TOPLEFT", + "pin_to_sibling_corner": "PIN_TOPRIGHT" + }, + "RedButton": { + "xpos": "3", + "pin_to_sibling": "TauntLoadoutButton" } } }