aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod/resource/ui/menus/main.menu
blob: 56198d947181541bd31c2cb8dd583f8aa27d5511 (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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
resource/ui/menus/main.menu
{
	menu
	{
		ControlName Frame
		xpos 0
		ypos 0
		zpos 3
		wide f0
		tall f0
		autoResize 0
		pinCorner 0
		visible 1
		enabled 1
		tabPosition 0
		PaintBackgroundType 0 // 0 for normal(opaque), 1 for single texture from Texture1, and 2 for rounded box w/ four corner textures
		infocus_bgcolor_override "0 0 0 0"
		outoffocus_bgcolor_override "0 0 0 0"

		Screen
		{
			ControlName Label
			wide %100
			tall %100
			labelText ""
			visible 0
		}

		SafeArea
		{
			ControlName Label
			wide %90
			tall %90
			labelText ""
			visible 0

			pin_to_sibling Screen
			pin_corner_to_sibling CENTER
			pin_to_sibling_corner CENTER
		}

		TitleRui
		{
			ControlName RuiPanel
			xpos -50
			ypos -160
			wide 1408
			tall 288
			rui "ui/basic_image_premul.rpak"
			visible 1

			pin_to_sibling Screen
			pin_corner_to_sibling CENTER
			pin_to_sibling_corner CENTER
		}

		TrialLabel
		{
			ControlName Label
			xpos -850
			ypos -190
			auto_wide_tocontents 1
			auto_tall_tocontents 1
			labelText "#TRIAL_MODE"
			font DefaultBold_65
			visible 1
			fgcolor_override "254 184 0 255"

			pin_to_sibling TitleRui
			pin_corner_to_sibling TOP_RIGHT
			pin_to_sibling_corner TOP_LEFT
		}

		VersionDisplay
		{
			ControlName Label
			xpos -920
			ypos -198
			auto_wide_tocontents 1
			auto_tall_tocontents 1
			labelText ""
			font Default_21
			visible 0
			fgcolor_override "120 120 140 0"

			pin_to_sibling TitleRui
			pin_corner_to_sibling TOP_LEFT
			pin_to_sibling_corner TOP_LEFT
		}

		CopyrightInfo
		{
			ControlName Label
			ypos -4
			zpos 5
			wide 674
			auto_tall_tocontents 1
			labelText "#COPYRIGHT_TEXT"
			font Default_16
			textAlignment east
			allcaps 1
			visible 1
			fgcolor_override "255 255 255 127"

			pin_to_sibling SafeArea
			pin_corner_to_sibling BOTTOM_RIGHT
			pin_to_sibling_corner BOTTOM_RIGHT
		}

		RespawnLogo
		{
			ControlName ImagePanel
			xpos 24
			wide 284
			tall 56
			visible 1
			image "ui/menu/title_screen/title_respawn_logo"
			scaleImage 1

			pin_to_sibling CopyrightInfo
			pin_corner_to_sibling BOTTOM_RIGHT
			pin_to_sibling_corner TOP_RIGHT
		}

		NSVersion
		{
			ControlName Label
			classname "nsVersionClass"
			xpos 0
			ypos 0
			auto_wide_tocontents 1
			auto_tall_tocontents 1
			labelText ""
			font Default_21
			textAlignment east
			allcaps 0
			visible 1
			fgcolor_override "101 109 208 255"
			pin_to_sibling VersionDisplay
			pin_corner_to_sibling TOP_LEFT
			pin_to_sibling_corner TOP_LEFT
		}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

		EstablishUserPanel
		{
			ControlName CNestedPanel
			classname "MainMenuPanelClass"
			wide 1920
			tall 1080
			visible 0
			controlSettingsFile "resource/ui/menus/panels/establish_user.res"
		}

		MainMenuPanel
		{
			ControlName CNestedPanel
			classname "MainMenuPanelClass"
			//wide 1920
			//tall 1080
			wide %100
			tall %100
			visible 0
			tabPosition 1
			controlSettingsFile "resource/ui/menus/panels/mainmenu.res"
		}

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

		FooterButtons
		{
			ControlName CNestedPanel
			InheritProperties FooterButtons
		}
	}
}