Bug fixes

* Fixed zorder issues on some items
This commit is contained in:
LoafyLemon 2023-03-14 23:35:20 +00:00
parent e1feea93d4
commit 0d4fedf3ad
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ default ast_body_default = DollOutfit([ast_frame_default], hidden=True)
## Hair ##
##########
default ast_hair_base = DollCloth("astoria", ("head", "hair"), "hair", "base", ["#e5c681ff", "#a37d50ff"], unlocked=True)
default ast_hair_base = DollCloth("astoria", ("head", "hair"), "hair", "base", ["#e5c681ff", "#a37d50ff"], unlocked=True, zorder=205)
default ast_hair_short = DollCloth("astoria", ("head", "hair"), "hair", "short", ["#e5c681ff", "#a37d50ff"], unlocked=True)
#######################

View File

@ -11,7 +11,7 @@ default sus_body_default = DollOutfit([sus_frame_default], hidden=True)
## Hair ##
##########
default sus_hair_base = DollCloth("susan", ("head", "hair"), "hair", "base", ["#d55523ff", "#e76d3dff"], unlocked=True)
default sus_hair_base = DollCloth("susan", ("head", "hair"), "hair", "base", ["#d55523ff", "#e76d3dff"], unlocked=True, zorder=205)
#######################
## Schoolgirl Outfit ##