Subversion Repositories AndroidProjects

Rev

Rev 627 | Rev 715 | Go to most recent revision | 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;
4
 
472 chris 5
	Image "title"
6
	{
524 chris 7
		position 240, -300;
510 chris 8
		size 512, 256;
498 chris 9
		align center, top;
517 chris 10
		color 1, 1, 1, 1;
498 chris 11
		texture "data/textures/title.png";
714 chris 12
		filter nearest, nearest;
472 chris 13
	}
499 chris 14
 
714 chris 15
	Image "cat"
16
	{
17
		position 680, 480;
18
		size 400, 400;
19
		align center, center;
20
		color 1, 1, 1, 1;
21
		texture "data/textures/mane_hat_cat_title.png";
22
		filter nearest, nearest;
23
	}
24
 
524 chris 25
	Label "touch"
472 chris 26
	{
714 chris 27
		position 0, 500;
28
		size 480, 300;
539 chris 29
		caption "TOUCH TO START!";
524 chris 30
		scale 3.0;
31
		align top, left;
32
		textAlign center, center;
499 chris 33
		color 1, 1, 1, 1;
524 chris 34
		shadow false;
509 chris 35
		font "scoring";
36
	}
524 chris 37
 
499 chris 38
	Label "copyright"
39
	{
524 chris 40
		position 240, 750;
627 chris 41
		caption "\u00A92013 Gebauz";
498 chris 42
		align center, bottom;
43
		scale 1.0;
44
		color 1, 1, 1, 1;
500 chris 45
		shadow true;
46
		shadowOffset 2,2;
524 chris 47
		font "ingame";
472 chris 48
	}
49
}