Fix animation sound frame glitches mentioned in bug #19274
This commit is contained in:
parent
92495e5f39
commit
280203fb85
1 changed files with 12 additions and 3 deletions
|
@ -39,7 +39,10 @@
|
|||
|
||||
#define ATTACK_ANIM_DIRECTIONAL_9_FRAME BASE_IMAGE_NAME TAIL_IMAGE_NAME HIT_SOUND MISS_SOUND
|
||||
start_time=-450
|
||||
sound_start_time=-100
|
||||
sound_start_time=-101
|
||||
[sound_frame]
|
||||
duration=1
|
||||
[/sound_frame]
|
||||
[if]
|
||||
hits=no
|
||||
[sound_frame]
|
||||
|
@ -136,7 +139,10 @@
|
|||
|
||||
#define ATTACK_ANIM_QUAD_DIRECTIONAL_10_FRAME BASE_IMAGE_NAME TAIL_IMAGE_NAME HIT_SOUND MISS_SOUND
|
||||
start_time=-500
|
||||
sound_start_time=-100
|
||||
sound_start_time=-101
|
||||
[sound_frame]
|
||||
duration=1
|
||||
[/sound_frame]
|
||||
[if]
|
||||
hits=no
|
||||
[sound_frame]
|
||||
|
@ -328,7 +334,10 @@
|
|||
|
||||
#define ATTACK_ANIM_QUAD_DIRECTIONAL_12_FRAME BASE_IMAGE_NAME TAIL_IMAGE_NAME HIT_SOUND MISS_SOUND
|
||||
start_time=-600
|
||||
sound_start_time=-100
|
||||
sound_start_time=-101
|
||||
[sound_frame]
|
||||
duration=1
|
||||
[/sound_frame]
|
||||
[if]
|
||||
hits=no
|
||||
[sound_frame]
|
||||
|
|
Loading…
Add table
Reference in a new issue