Skip to content

v2.1.1

Compare
Choose a tag to compare
@theludovyc theludovyc released this 25 Sep 17:07
· 46 commits to main since this release
4320dac

What's Changed

18 changed files with 445 additions and 141 deletions : 2.1...2.1.1

Major Updates

  • Now ask is same as the one in the documention
    [var_name] = ? [character_tag] [question] [default_answer]
  • Plus you can respect or not the number of space arround the '=' and '?'
    answer = ? "question" is correct
    answer=?"question" is also correct
  • But you should respect spaces between tag, question, and default answer
    answer=?tag "question" "default answer" is correct
    answer=?tag"question""default answer" is not

Now Rakugo is threads safe, and signals are called correctly. So you will not have errors in the last godot version (4.1).

Other Changes

  • update project.godot to 4.1
  • and other things...
  • update project name, addon name and version
  • add icon to the godot project
  • and other things...