2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
init 5 python:
|
|
|
|
def her_cg_doll(st, at):
|
2023-01-18 20:22:59 +00:00
|
|
|
return hermione.image, None
|
2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
def lun_cg_doll(st, at):
|
2023-01-18 20:22:59 +00:00
|
|
|
return luna.image, None
|
2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
def ton_cg_doll(st, at):
|
2023-01-18 20:22:59 +00:00
|
|
|
return tonks.image, None
|
2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
def cho_cg_doll(st, at):
|
2023-01-18 20:22:59 +00:00
|
|
|
return cho.image, None
|
2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
def ast_cg_doll(st, at):
|
2023-01-18 20:22:59 +00:00
|
|
|
return astoria.image, None
|
2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
def sus_cg_doll(st, at):
|
2023-01-18 20:22:59 +00:00
|
|
|
return susan.image, None
|
2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
image CG her_doll = DynamicDisplayable(her_cg_doll)
|
|
|
|
image CG lun_doll = DynamicDisplayable(lun_cg_doll)
|
|
|
|
image CG ton_doll = DynamicDisplayable(ton_cg_doll)
|
|
|
|
image CG cho_doll = DynamicDisplayable(cho_cg_doll)
|
|
|
|
image CG ast_doll = DynamicDisplayable(ast_cg_doll)
|
|
|
|
image CG sus_doll = DynamicDisplayable(sus_cg_doll)
|
|
|
|
|
|
|
|
image CG luna = Fixed(
|
|
|
|
"images/CG/common/bg.webp",
|
|
|
|
AlphaMask(Composite((2160, 1200), (880, -180), Transform("CG lun_doll", zoom=1.2)), "images/CG/common/mask.webp"),
|
|
|
|
)
|
|
|
|
|
|
|
|
image CG hermione = Fixed(
|
|
|
|
"images/CG/common/bg.webp",
|
|
|
|
AlphaMask(Composite((2160, 1200), (880, -180), Transform("CG her_doll", zoom=1.2)), "images/CG/common/mask.webp"),
|
|
|
|
)
|
|
|
|
|
|
|
|
image CG tonks = Fixed(
|
|
|
|
"images/CG/common/bg.webp",
|
|
|
|
AlphaMask(Composite((2160, 1200), (880, -180), Transform("CG ton_doll", zoom=1.2)), "images/CG/common/mask.webp"),
|
|
|
|
)
|
|
|
|
|
|
|
|
image CG cho = Fixed(
|
|
|
|
"images/CG/common/bg.webp",
|
|
|
|
AlphaMask(Composite((2160, 1200), (880, -180), Transform("CG cho_doll", zoom=1.2)), "images/CG/common/mask.webp"),
|
|
|
|
)
|
|
|
|
|
|
|
|
image CG astoria = Fixed(
|
|
|
|
"images/CG/common/bg.webp",
|
|
|
|
AlphaMask(Composite((2160, 1200), (880, -180), Transform("CG ast_doll", zoom=1.2)), "images/CG/common/mask.webp"),
|
|
|
|
)
|
|
|
|
|
|
|
|
image CG susan = Fixed(
|
|
|
|
"images/CG/common/bg.webp",
|
|
|
|
AlphaMask(Composite((2160, 1200), (880, -180), Transform("CG sus_doll", zoom=1.2)), "images/CG/common/mask.webp"),
|
|
|
|
)
|
|
|
|
|
|
|
|
# Snape CG
|
|
|
|
screen snape_groping():
|
|
|
|
add "images/CG/scene_01.webp" zoom 0.5
|
|
|
|
zorder 14
|
|
|
|
|
|
|
|
screen snape_facial():
|
|
|
|
add "images/CG/scene_03.webp" zoom 0.5
|
|
|
|
zorder 14
|
|
|
|
|
|
|
|
screen snape_sex():
|
|
|
|
add "images/CG/scene_04.webp" zoom 0.5
|
|
|
|
zorder 14
|
|
|
|
|
|
|
|
screen dual_hand_job():
|
|
|
|
add "images/CG/scene_02.webp" zoom 0.5
|
|
|
|
zorder 14
|