Skip to content

0.5.0

Compare
Choose a tag to compare
@nndda nndda released this 16 Aug 14:06
· 106 commits to main since this release
78bcbb2

General

  • Reorganize demo
  • Add option to clean compiled Dialogue resource in tool submenu
  • Improve built-in documentation
  • Flesh out online documentation - https://nndda.github.io/Theatre
  • Various bug fixes

Dialogue

  • Implement Dialogue section
    Dia:
        "This Dialogue line can be skipped!"
    
    :some_section
    Dia:
        "You can jump to any defined section
        in the written Dialogue"
    
  • Improve utility methods: humanize() and get_word_count()

Stage

  • Use Node
  • Add all autoload and singleton as caller
  • Add caller_nodes to add Node-based caller in the scene tree
  • Add jump_to(), jump_to_line(), and jump_to_section()
  • Add switch(), to switch the Dialogue with the same length

DialogueLabel

  • Add render control functions: rendering_paused, pause_render(), and resume_render()