Subversion Repositories AndroidProjects

Rev

Rev 637 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
532 chris 1
Menu "SubMenuEndless"
2
{
3
	origin 0, 0;
4
 
622 chris 5
	Label "title"
6
	{
637 chris 7
		position 240, 50;
622 chris 8
		size 200, 40;
9
		align center, center;
10
		font "scoring";
11
		caption "ENDLESS MODE";
12
		scale 4;
532 chris 13
	}
702 chris 14
 
626 chris 15
	Image "black"
16
	{
637 chris 17
		position 0, 80;
18
		size 480, 470;
626 chris 19
		align left, top;
20
		texture "data/textures/black.png";
21
		filter nearest, nearest;
22
		color 1, 1, 1, 0.5;
23
	}
24
 
637 chris 25
	Label "explanationText1"
26
	{
27
		position 40, 110;
28
		size 400, 40;
29
		align left, top;
30
		textAlign left, top;
31
		color 1, 1, 1, 1;
32
		font "ingame";
33
		scale 1;
34
		lineBreak 2;
35
		caption "Move matching blocks together to create combos\nand chains!\nPlay without limits and with no specific goal!";
36
	}
626 chris 37
 
533 chris 38
	Label "speedLabel"
39
	{
637 chris 40
		position 240, 250;
533 chris 41
		size 100, 20;
637 chris 42
		align center, center;
533 chris 43
		font "scoring";
44
		caption "Speed Level";
45
		scale 3;
46
	}
47
 
48
	Label "speed"
49
	{
637 chris 50
		position 240, 320;
539 chris 51
		size 50, 20;
52
		align center, center;
53
		textAlign right, center;
626 chris 54
		font "scoring";
539 chris 55
		caption "10";
626 chris 56
		scale 5;
57
		color 0.7, 1, 0.3, 1;
533 chris 58
	}
59
 
539 chris 60
	SegmentButton "speedDown"
61
	{
637 chris 62
		position 200, 320;
539 chris 63
		size 120, 100;
64
		caption "-";
65
		scale 2;
66
		align right, center;
67
		texture "data/textures/simplebutton.png";
68
		pushTexture "data/textures/simplebutton_pushed.png";
69
		scale 3;
70
		font "scoring";
71
		color 1, 1, 1, 1;
72
		pushColor 1, 1, 1, 1;
73
		pushOffset 0, 2;
74
 
540 chris 75
		onTouch "speed_down";
539 chris 76
		pushSound "menu_push";
77
	}
78
 
79
	SegmentButton "speedUp"
80
	{
637 chris 81
		position 270, 320;
539 chris 82
		size 120, 100;
83
		caption "+";
84
		scale 2;
85
		align left, center;
86
		texture "data/textures/simplebutton.png";
87
		pushTexture "data/textures/simplebutton_pushed.png";
88
		scale 3;
89
		font "scoring";
90
		color 1, 1, 1, 1;
91
		pushColor 1, 1, 1, 1;
92
		pushOffset 0, 2;
93
 
540 chris 94
		onTouch "speed_up";
539 chris 95
		pushSound "menu_push";
96
	}
97
 
98
 
533 chris 99
	Label "rowsLabel"
100
	{
637 chris 101
		position 240, 410;
533 chris 102
		size 100, 20;
637 chris 103
		align center, center;
533 chris 104
		font "scoring";
105
		caption "Initial Rows";
106
		scale 3;
107
	}
539 chris 108
 
533 chris 109
	Label "rows"
110
	{
637 chris 111
		position 240, 480;
539 chris 112
		textAlign right, center;
113
		size 50, 20;
114
		align center, center;
626 chris 115
		font "scoring";
539 chris 116
		caption "10";
626 chris 117
		scale 5;
118
		color 0.7, 1, 0.3, 1;
534 chris 119
	}
120
 
539 chris 121
 
122
	SegmentButton "rowsDown"
534 chris 123
	{
637 chris 124
		position 200, 480;
539 chris 125
		size 120, 100;
126
		caption "-";
127
		scale 2;
534 chris 128
		align right, center;
539 chris 129
		texture "data/textures/simplebutton.png";
130
		pushTexture "data/textures/simplebutton_pushed.png";
131
		scale 3;
132
		font "scoring";
133
		color 1, 1, 1, 1;
134
		pushColor 1, 1, 1, 1;
135
		pushOffset 0, 2;
136
 
540 chris 137
		onTouch "rows_down";
539 chris 138
		pushSound "menu_push";
139
	}
140
 
141
	SegmentButton "rowsUp"
142
	{
637 chris 143
		position 270, 480;
539 chris 144
		size 120, 100;
145
		caption "+";
146
		scale 2;
147
		align left, center;
148
		texture "data/textures/simplebutton.png";
149
		pushTexture "data/textures/simplebutton_pushed.png";
150
		scale 3;
151
		font "scoring";
152
		color 1, 1, 1, 1;
153
		pushColor 1, 1, 1, 1;
154
		pushOffset 0, 2;
540 chris 155
 
156
		onTouch "rows_up";
539 chris 157
		pushSound "menu_push";
158
	}
532 chris 159
 
160
	SegmentButton "start"
161
	{
637 chris 162
		position 240, 620;
623 chris 163
		size 400, 120;
539 chris 164
		caption "Start!";
623 chris 165
		align center, center;
532 chris 166
		texture "data/textures/simplebutton.png";
167
		pushTexture "data/textures/simplebutton_pushed.png";
168
		scale 3;
169
		font "scoring";
170
		color 1, 1, 1, 1;
171
		pushColor 1, 1, 1, 1;
172
		pushOffset 0, 2;
540 chris 173
		onTouch "start_endless";
610 chris 174
 
175
		clickSound "menu_confirm";
532 chris 176
		pushSound "menu_push";
177
	}
178
 
179
	SegmentButton "back"
180
	{
637 chris 181
		position 240, 730;
623 chris 182
		size 400, 90;
532 chris 183
		caption "Back";
623 chris 184
		align center, center;
532 chris 185
		texture "data/textures/simplebutton.png";
186
		pushTexture "data/textures/simplebutton_pushed.png";
187
		scale 3;
188
		font "scoring";
189
		color 1, 1, 1, 1;
190
		pushColor 1, 1, 1, 1;
191
		pushOffset 0, 2;
622 chris 192
		onTouch "submenu_back";
532 chris 193
 
194
		pushSound "menu_push";
195
	}
196
}