Subversion Repositories AndroidProjects

Rev

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

Rev Author Line No. Line
472 chris 1
Menu "TitleMenu"
2
{
511 chris 3
	origin 0, 0;
725 chris 4
	fadeTime 0;
715 chris 5
 
6
	Image "title_bg"
7
	{
8
		position 0, 0;
9
		size 480, 800;
10
		align left, top;
11
		color 1, 1, 1, 1;
725 chris 12
		texture "data/textures/landscape.png";
715 chris 13
		filter nearest, nearest;
14
	}
511 chris 15
 
472 chris 16
	Image "title"
17
	{
524 chris 18
		position 240, -300;
1010 chris 19
		size 480, 240;
498 chris 20
		align center, top;
517 chris 21
		color 1, 1, 1, 1;
498 chris 22
		texture "data/textures/title.png";
714 chris 23
		filter nearest, nearest;
472 chris 24
	}
499 chris 25
 
714 chris 26
	Image "cat"
27
	{
28
		position 680, 480;
29
		size 400, 400;
30
		align center, center;
31
		color 1, 1, 1, 1;
32
		texture "data/textures/mane_hat_cat_title.png";
33
		filter nearest, nearest;
34
	}
35
 
524 chris 36
	Label "touch"
472 chris 37
	{
770 chris 38
		position 0, 480;
714 chris 39
		size 480, 300;
539 chris 40
		caption "TOUCH TO START!";
524 chris 41
		scale 3.0;
42
		align top, left;
43
		textAlign center, center;
499 chris 44
		color 1, 1, 1, 1;
524 chris 45
		shadow false;
509 chris 46
		font "scoring";
47
	}
524 chris 48
 
499 chris 49
	Label "copyright"
50
	{
770 chris 51
		position 240, 680;
627 chris 52
		caption "\u00A92013 Gebauz";
498 chris 53
		align center, bottom;
54
		scale 1.0;
55
		color 1, 1, 1, 1;
500 chris 56
		shadow true;
57
		shadowOffset 2,2;
524 chris 58
		font "ingame";
472 chris 59
	}
60
}