From e6be744b7a035895d09baf9dd4aff8f91209d44f Mon Sep 17 00:00:00 2001 From: conch Date: Wed, 31 Jul 2024 21:42:09 -0500 Subject: [PATCH] questborder --- .../ui/econ/questnotificationpanel_base.res | 49 ++----------------- 1 file changed, 5 insertions(+), 44 deletions(-) diff --git a/_ckHUD/resource/ui/econ/questnotificationpanel_base.res b/_ckHUD/resource/ui/econ/questnotificationpanel_base.res index d812ff8..92209e7 100644 --- a/_ckHUD/resource/ui/econ/questnotificationpanel_base.res +++ b/_ckHUD/resource/ui/econ/questnotificationpanel_base.res @@ -4,51 +4,12 @@ { "MainContainer" { - "ControlName" "EditablePanel" - "fieldName" "MainContainer" - "xpos" "r0" - "ypos" "0" - "wide" "110" - "tall" "20" - "visible" "1" - "proportionaltoparent" "1" - "border" "tfthinlineborder" - "paintborder" "2" - - "ItemName" - { - "ControlName" "Label" - "fieldName" "ItemName" - "labeltext" "#QuestNotification_Incoming" - "xpos" "0" - "ypos" "cs-0.5" - "wide" "f0" - "tall" "18" - "zpos" "4" - "textinsetx" "5" - "fgcolor_override" "235 226 202 255" - "font" "AchievementTracker_Name" - //"wrap" "1" - "TextAlignment" "east" - "proportionaltoparent" "1" - } - - "CharacterImage" - { - "ControlName" "CTFImagePanel" - "fieldName" "CharacterImage" - "xpos" "3" - "ypos" "cs-0.5" - "zpos" "0" - "wide" "o1" - "tall" "p0.8" - "visible" "1" - "enabled" "1" - "image" "animated/tf2_speaker_icon" - "scaleImage" "1" - "proportionaltoparent" "1" - } + + "src_corner_height" "25" // pixels inside the image + "src_corner_width" "25" + "draw_corner_width" "3" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "3" } } } \ No newline at end of file