forked from JoeBidenWhatAreYouHiding/kx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKR_unit_limits.gui
75 lines (68 loc) · 1.54 KB
/
KR_unit_limits.gui
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
guiTypes = {
containerWindowType = {
name = "KR_unit_limit_deployment_tab"
position = { x = 400 y = 11 }
iconType = {
name = "background"
quadTextureSprite = "GFX_unit_limit_bg"
pdx_tooltip = unit_limit_label
pdx_tooltip_delayed = unit_limit_desc
}
iconType = {
name = "icon"
position = { x = 1 y = 6 }
quadTextureSprite = "GFX_division_icon"
alwaystransparent = yes
scale = 0.75
}
instantTextboxType = {
name = "count"
position = { x = 30 y = 7 }
textureFile = ""
font = "hoi_16mbs"
borderSize = { x = 0 y = 0 }
text = "unit_limit_count"
maxWidth = 52
maxHeight = 10
format = center
alwaystransparent = yes
}
}
containerWindowType = {
name = "KR_unit_limit_countryarmyview"
position = { x = 370 y = 10 }
iconType = {
name = "background"
quadTextureSprite = "GFX_unit_limit_bg"
pdx_tooltip = unit_limit_label
pdx_tooltip_delayed = unit_limit_desc
}
iconType = {
name = "icon"
position = { x = 1 y = 6 }
quadTextureSprite = "GFX_division_icon"
alwaystransparent = yes
scale = 0.75
}
instantTextboxType = {
name = "count"
position = { x = 30 y = 7 }
textureFile = ""
font = "hoi_16mbs"
borderSize = { x = 0 y = 0 }
text = "unit_limit_count"
maxWidth = 52
maxHeight = 10
format = center
alwaystransparent = yes
}
}
containerWindowType = {
name = "KR_unit_limit_alert_container"
position = { x = 488 y = 38 }
buttonType = {
name = "unit_limit_alert"
quadTextureSprite = "GFX_unit_limit_alert"
}
}
}