Subversion Repositories AndroidProjects

Rev

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