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:
|
layeredimage genie_stats:
|
||||||
anchor (0.0, 1.0)
|
anchor (0.0, 1.0)
|
||||||
|
|
||||||
always "characters/genie/base.webp"
|
always "genie_bbase"
|
||||||
always "characters/genie/outfits/robes.webp"
|
always "genie_outfit_robes"
|
||||||
always "characters/genie/outfits/robes_beard.webp"
|
always "genie_robes"
|
||||||
|
|
||||||
# TODO: Add outfit support; Low priority
|
# TODO: Add outfit support; Low priority
|
||||||
|
|
||||||
@ -20,31 +20,28 @@ layeredimage genie:
|
|||||||
anchor (0.0, 1.0)
|
anchor (0.0, 1.0)
|
||||||
|
|
||||||
group outfit:
|
group outfit:
|
||||||
attribute robes default null
|
attribute nude
|
||||||
attribute nude "characters/genie/hair.webp"
|
|
||||||
|
|
||||||
always "characters/genie/base.webp"
|
attribute bbase default
|
||||||
|
|
||||||
group face:
|
group face:
|
||||||
attribute base default null
|
attribute base default null
|
||||||
attribute grin "characters/genie/grin.webp"
|
attribute grin
|
||||||
attribute angry "characters/genie/angry.webp"
|
attribute angry
|
||||||
attribute smile "characters/genie/smile.webp"
|
attribute smile
|
||||||
attribute open "characters/genie/open.webp"
|
attribute open
|
||||||
|
|
||||||
group outfit:
|
group outfit:
|
||||||
attribute robes default "characters/genie/outfits/robes.webp"
|
attribute robes default
|
||||||
attribute nude null
|
attribute santa
|
||||||
attribute santa "characters/genie/outfits/santa.webp"
|
|
||||||
|
|
||||||
group face multiple:
|
attribute goatee default if_any ("robes", "nude")
|
||||||
attribute robes default "characters/genie/outfits/robes_beard.webp" if_all ["robes"]
|
group _ multiple variant "santa_beard" if_any "santa":
|
||||||
attribute nude "characters/genie/beard.webp" if_all ["nude"]
|
attribute base
|
||||||
attribute base "characters/genie/outfits/santa_beard_base.webp" if_all ["santa", "base"]
|
attribute grin
|
||||||
attribute grin "characters/genie/outfits/santa_beard_grin.webp" if_all ["santa", "grin"]
|
attribute angry
|
||||||
attribute angry "characters/genie/outfits/santa_beard_angry.webp" if_all ["santa", "angry"]
|
attribute smile
|
||||||
attribute smile "characters/genie/outfits/santa_beard_smile.webp" if_all ["santa", "smile"]
|
attribute open
|
||||||
attribute open "characters/genie/outfits/santa_beard_open.webp" if_all ["santa", "open"]
|
|
||||||
|
|
||||||
at Transform(function=genie_transform)
|
at Transform(function=genie_transform)
|
||||||
|
|
||||||
|
@ -528,6 +528,7 @@ label hg_sex_1:
|
|||||||
|
|
||||||
show her_sex_personal lean_back as cg:
|
show her_sex_personal lean_back as cg:
|
||||||
transform_anchor True
|
transform_anchor True
|
||||||
|
subpixel True
|
||||||
anchor (0.0, 0.0)
|
anchor (0.0, 0.0)
|
||||||
offset (0, 0)
|
offset (0, 0)
|
||||||
zoom 1.0
|
zoom 1.0
|
||||||
|
@ -128,7 +128,8 @@ style loading_trivia_text:
|
|||||||
|
|
||||||
layeredimage loading:
|
layeredimage loading:
|
||||||
always "gui_fade"
|
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"
|
always "loading_spinner"
|
||||||
|
|
||||||
image loading_spinner:
|
image loading_spinner:
|
||||||
@ -154,8 +155,6 @@ image loading_spinner:
|
|||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞═════════▰╡{/unicode}", style="loading_text")
|
Text("{unicode}╞═════════▰╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞═════════▰╡{/unicode}", style="loading_text")
|
|
||||||
pause 0.1
|
|
||||||
Text("{unicode}╞════════▰═╡{/unicode}", style="loading_text")
|
Text("{unicode}╞════════▰═╡{/unicode}", style="loading_text")
|
||||||
pause 0.1
|
pause 0.1
|
||||||
Text("{unicode}╞═══════▰══╡{/unicode}", style="loading_text")
|
Text("{unicode}╞═══════▰══╡{/unicode}", style="loading_text")
|
||||||
|
Loading…
Reference in New Issue
Block a user