forked from SilverStudioGames/WTS
Bug fixes
* Fixed zorder issues on some items
This commit is contained in:
parent
e1feea93d4
commit
0d4fedf3ad
@ -11,7 +11,7 @@ default ast_body_default = DollOutfit([ast_frame_default], hidden=True)
|
|||||||
## Hair ##
|
## 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)
|
default ast_hair_short = DollCloth("astoria", ("head", "hair"), "hair", "short", ["#e5c681ff", "#a37d50ff"], unlocked=True)
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
|
@ -11,7 +11,7 @@ default sus_body_default = DollOutfit([sus_frame_default], hidden=True)
|
|||||||
## Hair ##
|
## 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 ##
|
## Schoolgirl Outfit ##
|
||||||
|
Loading…
Reference in New Issue
Block a user