From 06a67559fb9bad039b2f9a667b068fb63df4e790 Mon Sep 17 00:00:00 2001 From: Lertsenem Date: Fri, 23 Jul 2021 16:38:39 +0200 Subject: [PATCH] Fix Palutena position --- lokrez/templates/confismash/characters_corrections.j2 | 2 +- lokrez/templates/rebootlyon2020/characters_corrections.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lokrez/templates/confismash/characters_corrections.j2 b/lokrez/templates/confismash/characters_corrections.j2 index 101117e..2d7e69b 100644 --- a/lokrez/templates/confismash/characters_corrections.j2 +++ b/lokrez/templates/confismash/characters_corrections.j2 @@ -86,7 +86,7 @@ "ness": { "default": (-2, 0) }, "olimar": { "default": (-20, -17) }, "pacman": { "default": (-6, 2) }, - "palutena": { "default": (-85, -30) }, + "palutena": { "default": (-125, -40) }, "peach": { "default": (-32, -6) }, "pichu": { "default": (7, -15) }, "pikachu": { "default": (0, -17) }, diff --git a/lokrez/templates/rebootlyon2020/characters_corrections.j2 b/lokrez/templates/rebootlyon2020/characters_corrections.j2 index 10e9557..aa47ae4 100644 --- a/lokrez/templates/rebootlyon2020/characters_corrections.j2 +++ b/lokrez/templates/rebootlyon2020/characters_corrections.j2 @@ -70,7 +70,7 @@ "ness": { "default": (38, -10) }, "olimar": { "default": (20, -27) }, "pacman": { "default": (34, -13) }, - "palutena": { "default": (-20, -20) }, + "palutena": { "default": (-50, -35) }, "peach": { "default": (8, -16) }, "pichu": { "default": (47, -25) }, "pikachu": { "default": (30, -19) },