Browse Source

Change Robin charcorrs

Robin has 2 different illustations (man/woman) for their even and odd
skins. New characar_corrections take this into account. Tested with the
confismash theme.
Lertsenem 2 years ago
parent
commit
7dd02cef5c

+ 7 - 1
lokrez/templates/confismash/characters_corrections.j2

@@ -89,7 +89,13 @@
89 89
     "richter": { "default": (-20, -10) },
90 90
     "ridley": { "default": (-52, -40) },
91 91
     "rob": { "default": (-25, 6) },
92
-    "robin": { "default": (-40, -8) },
92
+    "robin": {
93
+        "default": (-32, -8),
94
+        "01": (-70, -17),
95
+        "03": (-70, -17),
96
+        "05": (-70, -17),
97
+        "07": (-70, -17),
98
+     },
93 99
     "rosalina and luma": { "default": (-30, 0) },
94 100
     "roy": { "default": (-25, -7) },
95 101
     "ryu": { "default": (-30, 6) },

+ 7 - 1
lokrez/templates/meltdownlyon2020/characters_corrections.j2

@@ -79,7 +79,13 @@
79 79
     "richter": { "default": (20, -20) },
80 80
     "ridley": { "default": (15, -37) },
81 81
     "rob": { "default": (15, -4) },
82
-    "robin": { "default": (0, -18) },
82
+    "robin": {
83
+        "default": (-32, -8),
84
+        "01": (-70, -17),
85
+        "03": (-70, -17),
86
+        "05": (-70, -17),
87
+        "07": (-70, -17),
88
+     },
83 89
     "rosalina and luma": { "default": (10, -10) },
84 90
     "roy": { "default": (15, -17) },
85 91
     "ryu": { "default": (10, -4) },

+ 7 - 1
lokrez/templates/rebootlyon2020/characters_corrections.j2

@@ -73,7 +73,13 @@
73 73
     "richter": { "default": (6, -30) },
74 74
     "ridley": { "default": (20, -20) },
75 75
     "rob": { "default": (15, -4) },
76
-    "robin": { "default": (0, -18) },
76
+    "robin": {
77
+        "default": (-32, -8),
78
+        "01": (-70, -17),
79
+        "03": (-70, -17),
80
+        "05": (-70, -17),
81
+        "07": (-70, -17),
82
+     },
77 83
     "rosalina and luma": { "default": (10, -10) },
78 84
     "roy": { "default": (15, -17) },
79 85
     "ryu": { "default": (10, -4) },