parent
d7ba36baa8
commit
00da7e8855
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
init 5 python:
|
init 5 python:
|
||||||
def her_cg_doll(st, at):
|
def her_cg_doll(st, at):
|
||||||
return hermione.image, None
|
return hermione.image, None
|
||||||
@ -25,35 +24,21 @@ image CG cho_doll = DynamicDisplayable(cho_cg_doll)
|
|||||||
image CG ast_doll = DynamicDisplayable(ast_cg_doll)
|
image CG ast_doll = DynamicDisplayable(ast_cg_doll)
|
||||||
image CG sus_doll = DynamicDisplayable(sus_cg_doll)
|
image CG sus_doll = DynamicDisplayable(sus_cg_doll)
|
||||||
|
|
||||||
image CG luna = Fixed(
|
transform CG_masker(child):
|
||||||
"images/CG/common/bg.webp",
|
contains:
|
||||||
AlphaMask(Composite((2160, 1200), (880, -180), Transform("CG lun_doll", zoom=1.2)), "images/CG/common/mask.webp"),
|
"images/CG/common/bg.webp"
|
||||||
|
contains:
|
||||||
|
AlphaMask(
|
||||||
|
Fixed(Transform(child, zoom=1.2, pos=(880, -180)), xfit=True, yfit=True),
|
||||||
|
"images/CG/common/mask.webp",
|
||||||
)
|
)
|
||||||
|
|
||||||
image CG hermione = Fixed(
|
image CG luna = At("CG lun_doll", CG_masker)
|
||||||
"images/CG/common/bg.webp",
|
image CG hermione = At("CG her_doll", CG_masker)
|
||||||
AlphaMask(Composite((2160, 1200), (880, -180), Transform("CG her_doll", zoom=1.2)), "images/CG/common/mask.webp"),
|
image CG tonks = At("CG ton_doll", CG_masker)
|
||||||
)
|
image CG cho = At("CG cho_doll", CG_masker)
|
||||||
|
image CG astoria = At("CG ast_doll", CG_masker)
|
||||||
image CG tonks = Fixed(
|
image CG susan = At("CG sus_doll", CG_masker)
|
||||||
"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
|
# Snape CG
|
||||||
screen snape_groping():
|
screen snape_groping():
|
||||||
|
Loading…
Reference in New Issue
Block a user