Skip to content

1.1.1

Compare
Choose a tag to compare
@Jeremi360 Jeremi360 released this 23 Dec 21:53
· 173 commits to main since this release
6349717

54 changed files with 670 additions and 744 deletions : 1.1...1.1.1

What's Changed

Major Updates

  • Add signal execute_script_start(script_name) to Rakugo #142 by @theludovyc
    Now when script is launch, Rakugo send a signal execute_script_start, with script_name in parameter.
  • Add character_exists(char_tag) and character_has_variable(var_name) funcs in e5918ee by @Jeremi360
    These funcs return false or true if a Raguko has this character or variable.

Other Changes

  • Rakugo Clean #150 by @theludovyc
    Remove not used scripts: AutoTimer, SkipTimer, History as this would be handle by Kits. So, unused nodes in Rakugo.tscn too. And clean dead code.

Fixed Bugs