Code: Select all
image saybox namebox:
Composite(
(1080,375),
(0,0), Solid("#ff7777")
)
# transform_anchor True
# rotate_pad False
# xcenter 0.5
# ycenter 0.5
align(0.5, 0.5)
# I actually want it a little off center and shifted up in the end
alignaround(0.5, 0.5)
# easein 0.15 rotate 7.5
easein 12.15 rotate 360
Code: Select all
image saybox extra:
Composite(
(1080,375),
(0,0), Solid("#77ffff")
)
# (0,0), AlphaMask(Solid("#77ffff"),"portrait-mode-ui/ui/say-alphamask.png"),
# (0,0), "portrait-mode-ui/ui/say-dropshadow.png"
xcenter 0.6
ycenter 0.5
rotate_pad False
easein 0.2 rotate 10 yoffset -150 xoffset -20
image saybox namebox:
Composite(
(1080,375),
(0,0), Solid("#ff7777")
)
# (0,0), AlphaMask(Solid("#ff7777"),"portrait-mode-ui/ui/say-alphamask.png"),
# (0,0), "portrait-mode-ui/ui/say-dropshadow.png",
# (50,50), Text("Testing Name", color="#fff", size=50)
# xpos 0.5 xanchor 0.5
# ypos 0.5 yanchor 0.6
# transform_anchor True
# xanchor 0.5
# yanchor 0.5
# transform_anchor True
rotate_pad False
easein 0.15 rotate 7.5 yoffset -120 xoffset -20
image saybox foo:
Composite(
(1080, 400),
(0,0), "saybox extra",
# (-30, -int(375*0.6)), "saybox namebox",
(0, 0), "saybox namebox",
(0,0), Solid("#ccffcc", xysize=(1080, 375))
)
# Composite(
# (1080, 400),
# (0,0), "saybox extra",
# # (-30, -int(375*0.6)), "saybox namebox",
# (0, 0), "saybox namebox",
# (0,0), AlphaMask(Solid("#ccffcc"),"portrait-mode-ui/ui/say-alphamask.png"),
# (0,0), "portrait-mode-ui/ui/say-dropshadow.png"
# )




