* Fixed genie layeredimage issues
This commit is contained in:
LoafyLemon 2023-03-05 18:34:37 +00:00
parent acfba4a43a
commit 47d49ace30
1 changed files with 11 additions and 10 deletions

View File

@ -19,31 +19,32 @@ layeredimage genie_stats:
layeredimage genie:
anchor (0.0, 1.0)
group hair:
group outfit:
attribute robes default null
attribute nude "characters/genie/hair.webp"
always "characters/genie/base.webp"
group face:
attribute base default Null()
attribute base default null
attribute grin "characters/genie/grin.webp"
attribute angry "characters/genie/angry.webp"
attribute smile "characters/genie/smile.webp"
attribute open "characters/genie/open.webp"
group outfit:
attribute nude Null()
attribute robes default "characters/genie/outfits/robes.webp"
attribute nude null
attribute santa "characters/genie/outfits/santa.webp"
group beard multiple:
attribute nude default "characters/genie/beard.webp" if_all ["nude"]
group face multiple:
attribute robes default "characters/genie/outfits/robes_beard.webp" if_all ["robes"]
attribute santa_base default "characters/genie/outfits/santa_beard_base.webp" if_all ["santa", "base"]
attribute santa_grin default "characters/genie/outfits/santa_beard_grin.webp" if_all ["santa", "grin"]
attribute santa_angry default "characters/genie/outfits/santa_beard_angry.webp" if_all ["santa", "angry"]
attribute santa_smile default "characters/genie/outfits/santa_beard_smile.webp" if_all ["santa", "smile"]
attribute santa_open default "characters/genie/outfits/santa_beard_open.webp" if_all ["santa", "open"]
attribute nude "characters/genie/beard.webp" if_all ["nude"]
attribute base "characters/genie/outfits/santa_beard_base.webp" if_all ["santa", "base"]
attribute grin "characters/genie/outfits/santa_beard_grin.webp" if_all ["santa", "grin"]
attribute angry "characters/genie/outfits/santa_beard_angry.webp" if_all ["santa", "angry"]
attribute smile "characters/genie/outfits/santa_beard_smile.webp" if_all ["santa", "smile"]
attribute open "characters/genie/outfits/santa_beard_open.webp" if_all ["santa", "open"]
at Transform(function=genie_transform)