Tweaked the saurian animation macro for a more accurate hit time.
This commit is contained in:
parent
0583830c0c
commit
4f0c323eda
1 changed files with 4 additions and 4 deletions
|
@ -159,7 +159,7 @@
|
|||
|
||||
[if]
|
||||
direction=se,sw
|
||||
start_time=0
|
||||
start_time=-500
|
||||
[frame]
|
||||
duration=100
|
||||
image={BASE_IMAGE_NAME}-se-{TAIL_IMAGE_NAME}1.png
|
||||
|
@ -203,7 +203,7 @@
|
|||
[/if]
|
||||
[else]
|
||||
direction=s
|
||||
start_time=0
|
||||
start_time=-500
|
||||
[frame]
|
||||
duration=100
|
||||
image={BASE_IMAGE_NAME}-s-{TAIL_IMAGE_NAME}1.png
|
||||
|
@ -247,7 +247,7 @@
|
|||
[/else]
|
||||
[else]
|
||||
direction=n
|
||||
start_time=0
|
||||
start_time=-500
|
||||
[frame]
|
||||
duration=100
|
||||
image={BASE_IMAGE_NAME}-n-{TAIL_IMAGE_NAME}1.png
|
||||
|
@ -291,7 +291,7 @@
|
|||
[/else]
|
||||
[else]
|
||||
direction=ne,nw
|
||||
start_time=0
|
||||
start_time=-500
|
||||
[frame]
|
||||
duration=100
|
||||
image={BASE_IMAGE_NAME}-ne-{TAIL_IMAGE_NAME}1.png
|
||||
|
|
Loading…
Add table
Reference in a new issue