From d156a8f54cea535e04f0401a3cc83ac8db46ef30 Mon Sep 17 00:00:00 2001 From: Lertsenem Date: Mon, 8 Mar 2021 23:55:39 +0100 Subject: [PATCH] Add character corrections for Pyra & Mythra There's still a bug with secondaries though --- lokrez/templates/confismash/characters_corrections.j2 | 8 ++++---- .../templates/meltdownlyon2020/characters_corrections.j2 | 8 ++++---- lokrez/templates/rebootlyon2020/characters_corrections.j2 | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lokrez/templates/confismash/characters_corrections.j2 b/lokrez/templates/confismash/characters_corrections.j2 index 93f6111..5727860 100644 --- a/lokrez/templates/confismash/characters_corrections.j2 +++ b/lokrez/templates/confismash/characters_corrections.j2 @@ -116,9 +116,9 @@ "young link": { "default": (-16, 0) }, "zelda": { "default": (-80, 0) }, "zero suit samus": { "default": (-53, -1) }, - "pyra" : { "default": (0, 0) }, - "pyra & mythra" : { "default": (0, 0) }, - "mythra" : { "default": (0, 0) }, - "mythra & pyra" : { "default": (0, 0) }, + "pyra" : { "default": (-90, 0) }, + "pyra & mythra" : { "default": (-140, 0) }, + "mythra" : { "default": (-30, 0) }, + "mythra & pyra" : { "default": (-80, 0) }, } %} diff --git a/lokrez/templates/meltdownlyon2020/characters_corrections.j2 b/lokrez/templates/meltdownlyon2020/characters_corrections.j2 index 07170cb..894b2b2 100644 --- a/lokrez/templates/meltdownlyon2020/characters_corrections.j2 +++ b/lokrez/templates/meltdownlyon2020/characters_corrections.j2 @@ -106,9 +106,9 @@ "young link": { "default": (24, -10) }, "zelda": { "default": (-20,-7) }, "zero suit samus": { "default": (-13, -11) }, - "pyra" : { "default": (0, 0) }, - "pyra & mythra" : { "default": (0, 0) }, - "mythra" : { "default": (0, 0) }, - "mythra & pyra" : { "default": (0, 0) }, + "pyra" : { "default": (-90, 0) }, + "pyra & mythra" : { "default": (-140, 0) }, + "mythra" : { "default": (-30, 0) }, + "mythra & pyra" : { "default": (-80, 0) }, } %} diff --git a/lokrez/templates/rebootlyon2020/characters_corrections.j2 b/lokrez/templates/rebootlyon2020/characters_corrections.j2 index e9495cf..65b62e2 100644 --- a/lokrez/templates/rebootlyon2020/characters_corrections.j2 +++ b/lokrez/templates/rebootlyon2020/characters_corrections.j2 @@ -100,9 +100,9 @@ "young link": { "default": (24, -10) }, "zelda": { "default": (-20,-7) }, "zero suit samus": { "default": (-13, -11) }, - "pyra" : { "default": (0, 0) }, - "pyra & mythra" : { "default": (0, 0) }, - "mythra" : { "default": (0, 0) }, - "mythra & pyra" : { "default": (0, 0) }, + "pyra" : { "default": (-90, 0) }, + "pyra & mythra" : { "default": (-140, 0) }, + "mythra" : { "default": (-30, 0) }, + "mythra & pyra" : { "default": (-80, 0) }, } %}