-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closes [Feature Request] Q and E buttons to go back/forward/edit loadout #131
- Loading branch information
Showing
1 changed file
with
153 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
"Resource/UI/CharInfoPanel.res" | ||
{ | ||
"character_info" | ||
{ | ||
"ControlName" "EditablePanel" | ||
"fieldName" "character_info" | ||
"xpos" "0" | ||
"ypos" "0" | ||
"wide" "f0" | ||
"tall" "480" | ||
"autoResize" "0" | ||
"pinCorner" "0" | ||
"visible" "1" | ||
"enabled" "1" | ||
"tabPosition" "0" | ||
"settitlebarvisible" "1" | ||
"PaintBackgroundType" "0" | ||
"bgcolor_override" "46 43 42 0" | ||
"infocus_bgcolor_override" "46 43 42 0" | ||
"outoffocus_bgcolor_override" "46 43 42 0" | ||
|
||
"title" "#CharInfoAndSetup" | ||
"title_font" "HudFontMediumBold" | ||
"titletextinsetX" "40" | ||
"titletextinsetY" "0" | ||
"titlebarfgcolor_override" "200 187 161 255" | ||
"titlebardisabledfgcolor_override" "200 187 161 255" | ||
"titlebarbgcolor_override" "46 43 42 255" | ||
|
||
"clientinsetx_override" "0" | ||
"sheetinset_bottom" "40" | ||
} | ||
|
||
"BackgroundHeader" | ||
{ | ||
"ControlName" "ImagePanel" | ||
"fieldName" "BackgroundHeader" | ||
"xpos" "0" | ||
"ypos" "0" | ||
"zpos" "-2" | ||
"wide" "f0" | ||
"tall" "120" | ||
"visible" "1" | ||
"enabled" "1" | ||
"image" "loadout_header" | ||
"tileImage" "1" | ||
} | ||
"BackgroundFooter" | ||
{ | ||
"ControlName" "ImagePanel" | ||
"fieldName" "BackgroundFooter" | ||
"xpos" "0" | ||
"ypos" "420" | ||
"zpos" "1" | ||
"wide" "f0" | ||
"tall" "60" | ||
"visible" "1" | ||
"enabled" "1" | ||
"image" "loadout_bottom_gradient" | ||
"tileImage" "1" | ||
} | ||
"FooterLine" | ||
{ | ||
"ControlName" "ImagePanel" | ||
"fieldName" "FooterLine" | ||
"xpos" "0" | ||
"ypos" "420" | ||
"zpos" "2" | ||
"wide" "f0" | ||
"tall" "10" | ||
"visible" "1" | ||
"enabled" "1" | ||
"image" "loadout_solid_line" | ||
"scaleImage" "1" | ||
} | ||
|
||
"Sheet" | ||
{ | ||
"ControlName" "EditablePanel" | ||
"fieldName" "Sheet" | ||
"tabxindent" "80" | ||
"tabxdelta" "10" | ||
"tabwidth" "240" | ||
"tabheight" "20" | ||
"transition_time" "0" | ||
"yoffset" "14" | ||
|
||
"HeaderLine" | ||
{ | ||
"ControlName" "ImagePanel" | ||
"fieldName" "HeaderLine" | ||
"xpos" "0" | ||
"ypos" "32" | ||
"zpos" "5" | ||
"wide" "f0" | ||
"tall" "10" | ||
"visible" "1" | ||
"enabled" "1" | ||
"image" "loadout_solid_line" | ||
"scaleImage" "1" | ||
} | ||
|
||
"tabskv" | ||
{ | ||
"textinsetx" "40" | ||
"font" "HudFontMediumSmallBold" | ||
"selectedcolor" "200 187 161 255" | ||
"unselectedcolor" "130 120 104 255" | ||
"defaultBgColor_override" "46 43 42 255" | ||
"paintbackground" "0" | ||
"activeborder_override" "OutlinedGreyBox" | ||
"normalborder_override" "OutlinedDullGreyBox" | ||
} | ||
} | ||
|
||
"BackButton" | ||
{ | ||
"ControlName" "CExButton" | ||
"fieldName" "BackButton" | ||
"xpos" "c-295" | ||
"ypos" "437" | ||
"zpos" "2" | ||
"wide" "100" | ||
"tall" "25" | ||
"autoResize" "0" | ||
"pinCorner" "3" | ||
"visible" "1" | ||
"enabled" "1" | ||
"tabPosition" "0" | ||
"labelText" "<< BACK (&Q)" | ||
"font" "HudFontSmallBold" | ||
"textAlignment" "center" | ||
"dulltext" "0" | ||
"brighttext" "0" | ||
"default" "0" | ||
"Command" "back" | ||
"sound_depressed" "UI/buttonclick.wav" | ||
"sound_released" "UI/buttonclickrelease.wav" | ||
} | ||
|
||
"NotificationsPresentPanel" | ||
{ | ||
"ControlName" "CNotificationsPresentPanel" | ||
"fieldName" "NotificationsPresentPanel" | ||
"xpos" "r200" | ||
"ypos" "10" | ||
"zpos" "10000" | ||
"wide" "190" | ||
"tall" "50" | ||
"visible" "0" | ||
"enabled" "1" | ||
} | ||
} |