blob: 93ec1587afb275db0a46ba555ee99f0b149cf4ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
"Resource/UI/StoreItemControls.res"
{
"StoreItemControls"
{
"ControlName" "CStoreItemControlsPanel"
"fieldName" "StoreItemControls"
"xpos" "0"
"ypos" "0"
"zpos" "20"
"wide" "20"
"tall" "20"
"visible" "1"
"enabled" "1"
}
"AddToCartButton"
{
"ControlName" "CExImageButton"
"fieldName" "AddToCartButton"
"xpos" "0"
"ypos" "0"
"zpos" "10"
"wide" "20"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "1"
"tabPosition" "0"
"labeltext" ""
"font" "HudFontSmallBold"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"default" "0"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"Command" "addtocart"
"paintbackground" "1"
"defaultBgColor_override" "76 107 34 255"
"ArmedBgColor_override" "86 117 44 255"
"depressedBgColor_override" "66 97 24 255"
"image_drawcolor" "117 107 94 255"
"image_armedcolor" "200 80 60 255"
"image_depressedcolor" "255 80 60 255"
"SubImage"
{
"ControlName" "ImagePanel"
"fieldName" "CartImage"
"xpos" "1"
"ypos" "1"
"zpos" "13"
"wide" "18"
"tall" "18"
"visible" "1"
"enabled" "1"
"image" "store_cart"
"scaleImage" "1"
}
}
}
|