styling character dialog
Ramen » Devlog
You can forget to screens because you love ren’py.
narrator = Character(None, window_background="#0000",what_xalign=0.5, what_color="#ddf", what_outlines=pt.bold_outlines)
chapter = Character(None,
window_xalign=0.9,
window_yalign=0.9,
window_xsize=0.9,
window_ysize=None,
window_padding=(0, 0, 0, 0),
window_background="#0000",
what_xalign=1.0,
what_yalign=1.0,
what_color="#fff",
what_size=48,
what_font=pt.font_ui_title,
what_prefix="{cps=80}",
what_suffix="{/cps}",
)
caption = Character(None,
window_xalign=0.05,
window_yalign=0.85,
window_xsize=config.screen_width / 2,
window_ysize=None,
window_padding=(0, 0, 0, 0),
window_background="#FFCC33DD",
what_xalign=0.0,
what_yalign=1.0,
what_xpos=24,
what_xsize=(config.screen_width / 2) - 48,
what_color="#000",
what_prefix="{vspace=24}{size=-1}{cps=80}",
what_suffix="{/cps}{/size}{vspace=0}",
)
Files
ramen-re.zip 15 MB
Version 15 Jul 25, 2020
ramen-re.zip 15 MB
Version 1 May 20, 2020
Get Ramen
Download NowName your own price
Ramen
Ramen, a renpy modular frameworks.
Status | In development |
Category | Tool |
Author | tacoen |
Genre | Visual Novel |
Tags | Episodic, Life Simulation, python, Ren'Py |
Languages | English |
More posts
- Creating Waypoints/scene mapMay 22, 2020
- ramen rewrite for persistentMay 20, 2020
Leave a comment
Log in with itch.io to leave a comment.