blob: 8597c8e6f3de2166e3dae10f1a8e1be5bab16300 (
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
|
;
; templates.ini
;
; entity templates define a set of default settings that
; can be applied to an entity or ship type
; the navpoint template is used by the game code
[template]
label=navpoint
model=maps/static/navpoint
radius=0.20
; the cargopod template is used by the game code
[template]
label=cargopod
model=maps/cargo/pod
radius=0.1
; the jumppoint template is used by the game code
[template]
label=jumppoint
color=0.0 0.8 0.8
colorsecond=0.6 0.6 0.6
; the jumpgate template is used by the game code
[template]
label=jumpgate
model=maps/static/jumpgate
radius=8
|