New Rakugo Docs and The Question Patch
New Rakugo Docs and Patch for The-Question.
Here are new RakugoDocs
Now hosted on ReadTheDocs and use the same software as GodotDocs. https://rakugodocs.readthedocs.io
They use also MyST so I can write it using Markdown instead of reStructuredText. New docs uses more topic based approach similar too Ren’Py docs.
“The Question” Patch
Our Discord server user dBatareykin find out there was some bugs in The Question and helped me fix them:
- fix Sylive sprites
- add missing
step()
in book dialogue - fix use of ShowManager and tags by Label node
- move setting
book
value to menu in rightaway dialogue - update menus ifs in dialogues
- Rakugo.StoreManager -> Rakugo.store
- fix bug that made
show("bg black")
stop the game.