Make the Falcon line use spear.ogg, not spear.wav, and adjust timings
This commit is contained in:
parent
b3f735cd27
commit
7a39f6cac5
2 changed files with 8 additions and 8 deletions
|
@ -73,15 +73,15 @@
|
|||
[if]
|
||||
hits=yes
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
sound=spear.wav
|
||||
begin=-150
|
||||
end=150
|
||||
sound=spear.ogg
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=no
|
||||
[frame]
|
||||
begin=-100
|
||||
begin=-150
|
||||
end=100
|
||||
sound={SOUND_LIST:MISS}
|
||||
[/frame]
|
||||
|
|
|
@ -72,15 +72,15 @@
|
|||
[if]
|
||||
hits=yes
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
sound=spear.wav
|
||||
begin=-150
|
||||
end=150
|
||||
sound=spear.ogg
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=no
|
||||
[frame]
|
||||
begin=-100
|
||||
begin=-150
|
||||
end=100
|
||||
sound={SOUND_LIST:MISS}
|
||||
[/frame]
|
||||
|
|
Loading…
Add table
Reference in a new issue