forked from SilverStudioGames/WTS
Compare commits
3 Commits
1ee74a61ac
...
508a88b4b6
Author | SHA1 | Date | |
---|---|---|---|
508a88b4b6 | |||
d6ef320c5d | |||
0381093229 |
BIN
game/characters/genie/outfits/robes_beard.webp
(Stored with Git LFS)
BIN
game/characters/genie/outfits/robes_beard.webp
(Stored with Git LFS)
Binary file not shown.
@ -10,9 +10,9 @@ init python:
|
||||
layeredimage genie_stats:
|
||||
anchor (0.0, 1.0)
|
||||
|
||||
always "characters/genie/base.webp"
|
||||
always "characters/genie/outfits/robes.webp"
|
||||
always "characters/genie/outfits/robes_beard.webp"
|
||||
always "genie_bbase"
|
||||
always "genie_outfit_robes"
|
||||
always "genie_robes"
|
||||
|
||||
# TODO: Add outfit support; Low priority
|
||||
|
||||
@ -20,31 +20,28 @@ layeredimage genie:
|
||||
anchor (0.0, 1.0)
|
||||
|
||||
group outfit:
|
||||
attribute robes default null
|
||||
attribute nude "characters/genie/hair.webp"
|
||||
attribute nude
|
||||
|
||||
always "characters/genie/base.webp"
|
||||
attribute bbase default
|
||||
|
||||
group face:
|
||||
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"
|
||||
attribute grin
|
||||
attribute angry
|
||||
attribute smile
|
||||
attribute open
|
||||
|
||||
group outfit:
|
||||
attribute robes default "characters/genie/outfits/robes.webp"
|
||||
attribute nude null
|
||||
attribute santa "characters/genie/outfits/santa.webp"
|
||||
attribute robes default
|
||||
attribute santa
|
||||
|
||||
group face multiple:
|
||||
attribute robes default "characters/genie/outfits/robes_beard.webp" if_all ["robes"]
|
||||
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"]
|
||||
attribute goatee default if_any ("robes", "nude")
|
||||
group _ multiple variant "santa_beard" if_any "santa":
|
||||
attribute base
|
||||
attribute grin
|
||||
attribute angry
|
||||
attribute smile
|
||||
attribute open
|
||||
|
||||
at Transform(function=genie_transform)
|
||||
|
||||
|
@ -528,6 +528,7 @@ label hg_sex_1:
|
||||
|
||||
show her_sex_personal lean_back as cg:
|
||||
transform_anchor True
|
||||
subpixel True
|
||||
anchor (0.0, 0.0)
|
||||
offset (0, 0)
|
||||
zoom 1.0
|
||||
|
@ -128,7 +128,8 @@ style loading_trivia_text:
|
||||
|
||||
layeredimage loading:
|
||||
always "gui_fade"
|
||||
always Transform(Text("Loading", style="loading_text"), align=(0.5, 0.4))
|
||||
always Text("Loading", style="loading_text"):
|
||||
align (0.5, 0.4)
|
||||
always "loading_spinner"
|
||||
|
||||
image loading_spinner:
|
||||
@ -154,8 +155,6 @@ image loading_spinner:
|
||||
pause 0.1
|
||||
Text("{unicode}╞═════════▰╡{/unicode}", style="loading_text")
|
||||
pause 0.1
|
||||
Text("{unicode}╞═════════▰╡{/unicode}", style="loading_text")
|
||||
pause 0.1
|
||||
Text("{unicode}╞════════▰═╡{/unicode}", style="loading_text")
|
||||
pause 0.1
|
||||
Text("{unicode}╞═══════▰══╡{/unicode}", style="loading_text")
|
||||
|
Loading…
Reference in New Issue
Block a user