Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 82588e6db56a16faaa97e50b4fda444dfc54739b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
; 
; intro.ini
;
; world description file for the intro module
;

[intro]
sky=sky25

[convoy]
; [r g b] entity primary color, values in the 0-255 range
color=222 192 145
; convoy ships
ship=matrix
ship=matrix
ship=tensor
ship=tensor
ship=tensor
ship=vector
ship=vector
ship=vector
ship=vector
ship=vector
ship=vector
ship=vector
ship=vector

[globe]
label=planet
name=Planet
rotationspeed=1.0
; [r g b] entity color, values in the 0-1 range
color=1 .9 .5
; [string] globe texture name
texture=planets/seymour
; [float] entity radius (10 game units == 1km ingame)
radius=68
; location
location=512 -128 0

[globe]
bright=yes
label=star
name=Star
color=1 1 1
radius=4
location=512 512 -128