diff --git a/lokrez/characters_ssbu.py b/lokrez/characters_ssbu.py index a01e3b0..116abb1 100644 --- a/lokrez/characters_ssbu.py +++ b/lokrez/characters_ssbu.py @@ -735,5 +735,13 @@ EVERYONE = [ "https://www.spriters-resource.com/download/149629/", ], ), + SSBUCharacter( + smashggid = None, + name = "kazuya", + codename = "demon", + spritersurls = [ + "https://www.spriters-resource.com/download/156997/", + ], + ), ] diff --git a/lokrez/templates/confismash/characters_corrections.j2 b/lokrez/templates/confismash/characters_corrections.j2 index 512294d..101117e 100644 --- a/lokrez/templates/confismash/characters_corrections.j2 +++ b/lokrez/templates/confismash/characters_corrections.j2 @@ -62,6 +62,7 @@ "06": (-20, -8), "07": (-20, -8), }, + "kazuya": { "default": (0, 0) }, "ken": { "default": (-20, 0) }, "king dedede": { "default": (-20, 0) }, "king k rool": { "default": (-20, 3) }, diff --git a/lokrez/templates/rebootlyon2020/characters_corrections.j2 b/lokrez/templates/rebootlyon2020/characters_corrections.j2 index 7694ea0..9515e8c 100644 --- a/lokrez/templates/rebootlyon2020/characters_corrections.j2 +++ b/lokrez/templates/rebootlyon2020/characters_corrections.j2 @@ -46,6 +46,7 @@ "04": (10, -15), "06": (10, -15), }, + "kazuya": { "default": (0, 0) }, "ken": { "default": (20, -10) }, "king dedede": { "default": (20, -10) }, "king k rool": { "default": (20, -7) },