-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.tmp
More file actions
27 lines (22 loc) · 642 Bytes
/
.tmp
File metadata and controls
27 lines (22 loc) · 642 Bytes
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
@SolidClass = worldspawn : "World Entity" []
@SolidClass = trigger []
@baseclass color(255 255 40) = Light [
light(integer) : "Brightness" : 300
wait(integer) : "Fade distance multiplier" : 1
delay(choices) : "Attenuation" =
[
0 : "Linear falloff (Default)"
1 : "Inverse distance falloff"
2 : "Inverse distance squared"
3 : "No falloff"
4 : "Local minlight"
5 : "Inverse distance squared B"
]
mangle(string) : "Spotlight angle"
]
@PointClass size(-8 -8 -8, 8 8 8) base(Light) =
light : "Invisible light source" []
@PointClass size(-8 -8 -8, 8 8 8) color(201 235 255) = player_ai_spawn : "AI"
[
angle(float) : "0.0"
]