feat: add some doc to the steps
This commit is contained in:
parent
070d23076b
commit
2085b9df2c
1 changed files with 10 additions and 0 deletions
|
@ -10,3 +10,13 @@ return {
|
|||
["jumpBack"] = {"duration", "blockProcess"},
|
||||
--[name] = {args},
|
||||
}
|
||||
|
||||
-- The "origin" argument can have the different values
|
||||
-- - "target" : the action target. if there is multiple target, it'll
|
||||
-- be equal to the middle of the ennemy line
|
||||
--
|
||||
-- - "self" : the fighter's actor position
|
||||
--
|
||||
-- - "start" : the fighter's starting position
|
||||
--
|
||||
-- - "absolute" : the 0,0 coordinates
|
||||
|
|
Loading…
Reference in a new issue