Lunatic-Works / Nova

Programmer-friendly framework for visual novels (VN) / text-based adventure games (AVG) on Unity
MIT License
597 stars 78 forks source link

跳转到上一个/下一个选项 #37

Closed gyf1214 closed 1 year ago

gyf1214 commented 1 year ago

目前只实现在DebugJumpHelper里,前端实现之后可以移动到DialogueState里

我感觉DebugJumpHelper里的功能可以改成点一下editor里的按钮之类的而不是占用快捷键

gyf1214 commented 1 year ago

添加了is_chapter(),重置了移动到上一章/下一章的功能 默认start node都是chapter node

gyf1214 commented 1 year ago

删除了调试快捷键,DebugJumpHelper改成了点inspector里的复选框来触发调试功能