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
221 stars 7 forks source link

fix #220 do not check indent #234

Closed theludovyc closed 1 year ago

theludovyc commented 1 year ago

fix #220

fix #218 , because func strip_edges is used on each line of rkScript

Jeremi360 commented 1 year ago

In MenuTest.gd and TestSay.gd you define those test_parameters arrays, but I don't see them used in code of those tests, can you explain this?

theludovyc commented 1 year ago

Yes, it is for loop on the same test with different parameters. It is basically an array of parameters.

image