Subversion Repositories AndroidProjects

Rev

Rev 610 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
525 chris 1
Menu "TitleMenu"
2
{
3
	origin 0, 0;
531 chris 4
	fadeTime 0.2;
525 chris 5
 
6
	SegmentButton "Exit"
7
	{
8
		position 294, 346;
9
		size 280, 100;
615 chris 10
		caption "RETRY";
525 chris 11
		align center, center;
12
		texture "data/textures/simplebutton.png";
13
		pushTexture "data/textures/simplebutton_pushed.png";
14
		scale 3;
15
		font "scoring";
16
		color 1, 1, 1, 1;
17
		pushColor 1, 1, 1, 1;
18
		pushOffset 0, 2;
19
		onTouch "restart";
530 chris 20
 
610 chris 21
		clickSound "menu_confirm";
530 chris 22
		pushSound "menu_push";
525 chris 23
	}
24
 
25
	SegmentButton "Exit"
26
	{
27
		position 294, 500;
28
		size 280, 100;
29
		caption "Exit to Menu";
30
		align center, center;
31
		texture "data/textures/simplebutton.png";
32
		pushTexture "data/textures/simplebutton_pushed.png";
33
		scale 3;
34
		font "scoring";
35
		color 1, 1, 1, 1;
36
		pushColor 1, 1, 1, 1;
37
		pushOffset 0, 2;
526 chris 38
		onTouch "exit_to_menu";
530 chris 39
 
610 chris 40
		clickSound "menu_confirm";
530 chris 41
		pushSound "menu_push";
525 chris 42
	}
43
 
44
}