1.1.1
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)
andcharacter_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
- fix TestCharacter by @theludovyc in #148