rakugoteam / Rakugo-Dialogue-System

Inspired by Ren'Py, Rakugo is a project aiming to provide a way to make narrative-based games on Godot easily. Simplify your project, if it is a visual novel, point and click, RPG, interactive text game or many other styles and blends of styles.
https://rakugoteam.github.io
MIT License
222 stars 7 forks source link

Rakugo do not need to handle parameters for GUI #17

Closed theludovyc closed 2 years ago

theludovyc commented 2 years ago

Issues linked #13 #14 #15 #16

Jeremi360 commented 2 years ago

To kits I will add funcs like set_style_menu() and add_timer_to_menu() for handling this if needed.

Jeremi360 commented 2 years ago

I think we can close this issue. Only adding one note that we will use (for ex.) kit.set_parameters({"time_typing":0.5}) instead, func per parameter ⬆️ for this.