improvement: better spindash choregraphy
This commit is contained in:
parent
dd9f3cb6e3
commit
8174f81146
1 changed files with 3 additions and 1 deletions
|
@ -6,9 +6,11 @@ return {
|
||||||
targetNumber = 1, -- 0 for targeting all ennemies
|
targetNumber = 1, -- 0 for targeting all ennemies
|
||||||
targetEnnemies = true,
|
targetEnnemies = true,
|
||||||
choregraphy = {
|
choregraphy = {
|
||||||
|
{"setAnimation", "none", "walk", false},
|
||||||
|
{'goTo', "none", "start", 2, 0, 0.5, true},
|
||||||
{"setAnimation", "none", "spindash", false},
|
{"setAnimation", "none", "spindash", false},
|
||||||
{'playSFX', "none", 'spincharge'},
|
{'playSFX', "none", 'spincharge'},
|
||||||
{"wait", "none", 0.5},
|
{"wait", "none", 1},
|
||||||
{"setAnimation", "none", "spin", false},
|
{"setAnimation", "none", "spin", false},
|
||||||
{'playSFX', "none", 'spinrelease'},
|
{'playSFX', "none", 'spinrelease'},
|
||||||
{"goTo", "none", "target", 0, 0, 0.3, true},
|
{"goTo", "none", "target", 0, 0, 0.3, true},
|
||||||
|
|
Loading…
Reference in a new issue