fix
This commit is contained in:
parent
ffc47109ed
commit
375b77b2ab
@ -647,7 +647,7 @@ screen wardrobe_menu(xx, yy):
|
|||||||
sensitive (not bool(DollThread._count))
|
sensitive (not bool(DollThread._count))
|
||||||
action Return(["category", category])
|
action Return(["category", category])
|
||||||
if current_category == category:
|
if current_category == category:
|
||||||
xoffset -18 if (i % 2) == 0 else 18
|
xoffset (-18 if (i % 2) == 0 else 18)
|
||||||
|
|
||||||
# Outfits and Studio
|
# Outfits and Studio
|
||||||
hbox:
|
hbox:
|
||||||
|
Loading…
Reference in New Issue
Block a user