Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
197 changes: 197 additions & 0 deletions resource/ui/econ/store/v2/storemapstampsinfodialog.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,197 @@
"StoreMapStampsInfoDialog.res"
{
"MapStampsInfoDialog"
{
"ControlName" "CTFMapStampsInfoDialog"
"fieldName" "MapStampsInfoDialog"
"xpos" "0"
"ypos" "0"
"zpos" "1000"
"wide" "f0"
"tall" "f0"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
}

// Fullscreen background panel
"BgPanel"
{
"ControlName" "Panel"
"fieldName" "BgPanel"
"xpos" "0"
"ypos" "0"
"zpos" "0"
"wide" "f0"
"tall" "f0"
"visible" "1"
"enabled" "1"
"paintbackground" "1"
"PaintBackgroundType" "0"
"bgcolor_override" "0 0 0 128"
}

// Rounded dialog border
"DialogFrame"
{
"ControlName" "EditablePanel"
"fieldName" "DialogFrame"
"xpos" "c-200"
"ypos" "c-100"
"zpos" "0"
"wide" "400"
"tall" "180"
"visible" "1"
"enabled" "1"
"bgcolor_override" "DarkGrey"
"paintbackground" "1"
"border" "CyanBorderThick"
"PaintBorder" "1"

// Background for the player model & item preview panels
"PreviewViewportBg"
{
"ControlName" "EditablePanel"
"fieldName" "PreviewViewportBg"
"xpos" "10"
"ypos" "10"
"zpos" "1"
"wide" "220"
"tall" "160"
"visible" "1"
"enabled" "1"
"paintborder" "0"
"border" "PanelBorder"
"bgcolor_override" "Grey"
}


// 90-degree corners on the top part of the footer
"FooterTopPanel"
{
"ControlName" "EditablePanel"
"fieldName" "FooterTopPanel"
"xpos" "9999"
"ypos" "9999"
"zpos" "1"
"wide" "0"
"tall" "0"
"visible" "0"
"enabled" "0"
"paintborder" "0"
"PaintBackgroundType" "0"
"paintbackground" "0"
"bgcolor_override" "0 0 0 0"
}

// Rounded corners on the bottom of the footer
"FootBottomPanel"
{
"ControlName" "EditablePanel"
"fieldName" "FootBottomPanel"
"xpos" "9999"
"ypos" "9999"
"zpos" "1"
"wide" "0"
"tall" "0"
"visible" "0"
"enabled" "0"
"paintborder" "0"
"PaintBackgroundType" "0"
"paintbackground" "0"
"bgcolor_override" "0 0 0 0"
}

"MapsDescLabel"
{
"ControlName" "CExLabel"
"fieldName" "MapsDescLabel"
"font" "HudFontSmallest"
"labelText" "#Store_MapsDesc"
"textAlignment" "north"
"xpos" "20"
"ypos" "29"
"zpos" "5"
"wide" "200"
"tall" "160"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
}

"PromotionImage_Hat"
{
"ControlName" "ImagePanel"
"fieldName" "PromotionImage_Hat"
"xpos" "230"
"ypos" "10"
"zpos" "2"
"wide" "160"
"tall" "160"
"visible" "1"
"enabled" "1"
"image" "../backpack/player/items/all_class/world_traveller_large"
"scaleImage" "1"
}
}

"CloseButton"
{
"ControlName" "CExImageButton"
"fieldName" "CloseButton"
"xpos" "c181"
"ypos" "c-95"
"zpos" "10"
"wide" "14"
"tall" "14"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labeltext" "("
"font" "CustomIcons"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"default" "0"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"Command" "close"

"paintbackground" "0"

"defaultFgColor_override" "TanLight"
"armedFgColor_override" "LightRed"
"depressedFgColor_override" "TanLight"
}

"BackButton"
{
"ControlName" "CExButton"
"fieldName" "BackButton"
"xpos" "9999"
"ypos" "9999"
"zpos" "2"
"wide" "0"
"tall" "0"
"autoResize" "0"
"visible" "0"
"enabled" "0"
"tabPosition" "0"
"labelText" "#TF_BackCarat"
"font" "HudFontMediumSmall"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"default" "1"
"Command" "close"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"fgcolor" "0 0 0 0"
}
}