Browse Source

Fix character position (Sora)

Lertsenem 1 year ago
parent
commit
4d983bb080

+ 2 - 2
lokrez/templates/confismash/characters_corrections.j2

@@ -122,8 +122,8 @@
122 122
         "01": (-10, -40),
123 123
         "02": (-50, -60),
124 124
         "03": (30, -20),
125
-        "05": (-50, -60),
126
-        "06": (30, -20),
125
+        "05": (-10, -40),
126
+        "06": (-50, -60),
127 127
         "07": (30, -20),
128 128
     },
129 129
     "squirtle": { "default": (-7, 8) },

+ 2 - 2
lokrez/templates/meltdownlyon2020/characters_corrections.j2

@@ -124,8 +124,8 @@
124 124
         "01": (-10, -40),
125 125
         "02": (-50, -60),
126 126
         "03": (30, -20),
127
-        "05": (-50, -60),
128
-        "06": (30, -20),
127
+        "05": (-10, -40),
128
+        "06": (-50, -60),
129 129
         "07": (30, -20),
130 130
     },
131 131
     "squirtle": { "default": (33, -2) },

+ 2 - 2
lokrez/templates/rebootlyon2020/characters_corrections.j2

@@ -112,8 +112,8 @@
112 112
         "01": (-10, -40),
113 113
         "02": (-50, -60),
114 114
         "03": (30, -20),
115
-        "05": (-50, -60),
116
-        "06": (30, -20),
115
+        "05": (-10, -40),
116
+        "06": (-50, -60),
117 117
         "07": (30, -20),
118 118
     },
119 119
     "squirtle": { "default": (33, -2) },