-
Notifications
You must be signed in to change notification settings - Fork 2
Home
tacoen edited this page Jun 1, 2020
·
16 revisions
Renpy According Me, a modular approach. It is renpy framework to help you creating of visual novel game.
In Chapter I/Main Game
place = ramen_scene('place')
rina = ramen_npc('rina')
Function, Scene, and npc pose/sprite added in Chapter II
register_plugins(
type='episodes',
title="Extending Demo",
build=True,
)
place.extend()
rina.extend()
All markdown files were generated from inside the project (semi-live documentaion).
Refs: Non-Class Function | Init Level | Labels