Subversion Repositories spk

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
11 cycrow 1
DisplayFor: 10000
2
 
3
Size: 500,180
4
 
5
Border {
6
	Texture: "Overlay/border.png";
7
	Alpha: 100;
8
}
9
 
10
TextSmall {
11
	Sequence { 
12
		Size: 1, 1;
13
	}
14
  Pos: 1, 150; //display position (relative to border
15
  Length: 500; // length of the text in pixel
16
  Font: Ariel; // font to draw text in
17
  Align: Center; // alignment of text, Center, Left, Right
18
  Lines: 2; // number of lines the text fits on
19
  Text: "Welcome to Cycrows Custom Gui for X3:Reunion"; //text to display
20
}
21
 
22
Sprite {
23
	Pos: 230, 1;
24
	File: texture\explosion.stx;
25
	Animation: 1;
26
}