-
Notifications
You must be signed in to change notification settings - Fork 6
/
DECALDEF
64 lines (59 loc) · 817 Bytes
/
DECALDEF
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
// [Ace] BulletChipLarge is taken from Bogus' ZM69.
decal BulletChipLarge1
{
pic CHIP1
translucent 0.85
shade "00 00 00"
x-scale 1.0
y-scale 1.0
randomflipx
randomflipy
}
decal BulletChipLarge2
{
pic CHIP2
translucent 0.85
shade "00 00 00"
x-scale 1.0
y-scale 1.0
randomflipx
randomflipy
}
decal BulletChipLarge3
{
pic CHIP3
translucent 0.85
shade "00 00 00"
x-scale 1.0
y-scale 1.0
randomflipx
randomflipy
}
decal BulletChipLarge4
{
pic CHIP4
translucent 0.85
shade "00 00 00"
x-scale 1.0
y-scale 1.0
randomflipx
randomflipy
}
decal BulletChipLarge5
{
pic CHIP5
translucent 0.85
shade "00 00 00"
x-scale 1.0
y-scale 1.0
randomflipx
randomflipy
}
decalgroup BulletChipLarge
{
BulletChipLarge1 1
BulletChipLarge2 1
BulletChipLarge3 1
BulletChipLarge4 1
BulletChipLarge5 1
}