-
Notifications
You must be signed in to change notification settings - Fork 4
/
SNDSEQ.txt
52 lines (44 loc) · 808 Bytes
/
SNDSEQ.txt
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
:DoorOpenNormal
play doors/slow/open
playrepeat doors/slow/loop
stopsound doors/slow/stop
end
:DoorCloseNormal
play doors/slow/open
playrepeat doors/slow/loop
stopsound doors/slow/stop
end
:DoorOpenBlazing
play doors/fast/open
playrepeat doors/fast/loop
stopsound doors/fast/stop
end
:DoorCloseBlazing
play doors/fast/open
playrepeat doors/fast/loop
stopsound doors/fast/stop
end
[DoorNormal
0 DoorOpenNormal
1 DoorCloseNormal
2 DoorOpenBlazing
3 DoorCloseBlazing
]
:CeilingNormal
play platform/start
playrepeat platform/loop
stopsound platform/stop
end
:CeilingSemiSilent
stopsound platform/stop
end
:Floor
play platform/start
playrepeat platform/loop
stopsound platform/stop
end
:Platform
play platform/start
playrepeat platform/loop
stopsound platform/stop
end