View all by tacoen
tacoen
Follow tacoen
Follow
Following tacoen
Following
Add To Collection
Collection
Community
Devlog
Related games
Related
Ramen
←
Return to Ramen
Devlog
Creating Waypoints/scene map
May 22, 2020
by
tacoen
Hi Steph, this could be the one you looking for. init python: test = ramen_scene('test') test.branch = ['up','down','d1','d2'] for s in test.scene.keys(): test.define_map(s,test.branch) test.map[s].di...
Continue reading
styling character dialog
May 20, 2020
by
tacoen
#renpy
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...
Continue reading
ramen rewrite for persistent
May 20, 2020
by
tacoen
#python, #renpy
I decide to rewrite the ramen framework, and set back the release because I found couple things that annoy me to continue: The save-file was huge! This save-file created at label ‘start’...
Continue reading