Fix Tonks hangout chibi
This commit is contained in:
parent
9d6b304a65
commit
e717064980
@ -93,21 +93,21 @@ screen with_tonks_animated():
|
||||
zorder tonks_chibi.zorder
|
||||
|
||||
if states.env.daytime:
|
||||
add "ch_gen toast_goblet_daytime" xpos 435 ypos 200
|
||||
add "ch_gen toast_goblet_daytime" xpos 435*2 ypos 200*2 zoom 2.0
|
||||
else:
|
||||
add "ch_gen toast_goblet" xpos 435 ypos 200
|
||||
add "ch_gen toast_goblet" xpos 435*2 ypos 200*2 zoom 2.0
|
||||
|
||||
add "ch_ton sit_chair" xpos 610 ypos 175
|
||||
add "ch_ton sit" xpos 610 ypos 175
|
||||
add "ch_ton sit_chair" xpos 610*2 ypos 175*2 zoom 2.0
|
||||
add "ch_ton sit" xpos 610*2 ypos 175*2 zoom 2.0
|
||||
|
||||
if tonks.is_worn("bottom"):
|
||||
add "ch_ton sit_trousers" xpos 610 ypos 175
|
||||
add "ch_ton sit_trousers" xpos 610*2 ypos 175*2 zoom 2.0
|
||||
if tonks.is_any_worn("bottom", "stockings"):
|
||||
add "ch_ton sit_shoes" xpos 610 ypos 175
|
||||
add "ch_ton sit_shoes" xpos 610*2 ypos 175*2 zoom 2.0
|
||||
if tonks.is_worn("top"):
|
||||
add "ch_ton sit_top" xpos 610 ypos 175
|
||||
add "ch_ton sit_top" xpos 610*2 ypos 175*2 zoom 2.0
|
||||
if tonks.is_worn("neckwear"):
|
||||
add "ch_ton sit_choker" xpos 610 ypos 175
|
||||
add "ch_ton sit_choker" xpos 610*2 ypos 175*2 zoom 2.0
|
||||
|
||||
|
||||
# Chibi definition
|
||||
|
Loading…
Reference in New Issue
Block a user