mirror of
https://github.com/msikma/pokesprite.git
synced 2026-09-09 02:45:11 -05:00
Fix gender differences; we were accidentally checking for the direction instead of the gender
This commit is contained in:
@@ -253,11 +253,11 @@ window["PkSpr"] = (function()
|
||||
"type": null,
|
||||
"slug": null,
|
||||
"form": ".",
|
||||
"dir": ".",
|
||||
"gender": ".",
|
||||
"color": "{{$fallback_color}}"
|
||||
};
|
||||
var props = {
|
||||
"flipped": false
|
||||
"flipped": attrs.dir === 'right'
|
||||
};
|
||||
|
||||
for (attr in fallbacks) {
|
||||
|
||||
Reference in New Issue
Block a user