summaryrefslogtreecommitdiff
path: root/resource/ui/loadoutparticleslider.res
blob: 2cab25a5a3f2b9a759cbbf78a8e7ed44ab1fbb99 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
"Resource/UI/LoadoutParticleSlider.res"
{
	"HatParticleSliderToggleButton"
	{
		"ControlName"	"CExButton"
		"fieldName"		"HatParticleSliderToggleButton"
		"xpos"			"145"
		"ypos"			"0"
		"wide"			"14"
		"tall"			"14"
		"autoResize"	"0"
		"pinCorner"		"3"
		"visible"		"1"
		"enabled"		"1"
		"tabPosition"	"0"
		"labelText"		"+"
		"font"			"CerbeticaBold24"
		"textAlignment"	"center"
		"dulltext"		"0"
		"brighttext"	"0"
		"default"		"1"
		"sound_depressed"	"UI/buttonclick.wav"
		"sound_released"	"UI/buttonclickrelease.wav"
		"Command"		"particle_button_clicked"
	}
	
	"HatParticleSliderBackground"
	{
		"ControlName"	"EditablePanel"
		"fieldName"		"HatParticleSliderBackground"
		"xpos"			"0"
		"ypos"			"0"
		"wide"			"140"
		"tall"			"32"
		"autoResize"	"1"
		"visible"		"0"
		"bgcolor_override"	"30 30 30 255"
		"PaintBackgroundType"	"2"
	}
	"HatUseHeadCheckButton"
	{
		"ControlName"		"CheckButton"
		"fieldName"		"HatUseHeadCheckButton"
		"xpos"			"2"
		"ypos"			"0"
		"wide"		"140"
		"tall"		"20"
		"autoResize"		"0"
		"pinCorner"		"0"
		"RoundedCorners"		"15"
		"pin_corner_to_sibling"		"0"
		"pin_to_sibling_corner"		"0"
		"visible"		"0"
		"enabled"		"1"
		"tabPosition"		"0"
		"labelText"		"#GameUI_ParticleHatUseHead"
		"textAlignment"		"west"
		"dulltext"		"0"
		"brighttext"		"1"
		"wrap"		"0"
		"centerwrap"		"0"
		"textinsetx"		"6"
		"textinsety"		"0"
		"auto_wide_tocontents"		"0"
		"use_proportional_insets"		"0"
		"Default"		"0"
		"Command"		"particle_use_head_clicked"
		"fgcolor_override" "Base Color"
	}
	
	"HatParticleSlider"
	{
		"ControlName"		"CCvarSlider"
		"fieldName"		"HatParticleSlider"
		"xpos"			"2"
		"ypos"			"20"
		"wide"		"140"
		"tall"		"14"
		"autoResize"		"0"
		"pinCorner"		"0"
		"RoundedCorners"		"15"
		"pin_corner_to_sibling"		"0"
		"pin_to_sibling_corner"		"0"
		"visible"		"0"
		"enabled"		"1"
		"tabPosition"		"0"
		"fgcolor_override" "Base Color"
	}
}