From 2085b9df2cc594d5e49ebffe2d29fc63464a82bf Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Fri, 24 Jul 2020 19:13:46 +0200 Subject: [PATCH] feat: add some doc to the steps --- .../game/utils/choregraphy/arguments.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sonic-radiance.love/game/utils/choregraphy/arguments.lua b/sonic-radiance.love/game/utils/choregraphy/arguments.lua index 0adabd0..c0eb5ed 100644 --- a/sonic-radiance.love/game/utils/choregraphy/arguments.lua +++ b/sonic-radiance.love/game/utils/choregraphy/arguments.lua @@ -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