This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
Releases: rakugoteam/Rakugo-archive
Releases · rakugoteam/Rakugo-archive
Rakugo 2.0.3 [ Service Pack 1.2 ;) ]
Fixes:
- fixed bug RakugoColor
- remove unnecessary checks for Engine.editor_hint
- remove redundant return true/false
- fixes in spelling
- change code to use [GDScript style guide]
(https://docs.godotengine.org/en/latest/getting_started/scripting/gdscript/gdscript_styleguide.html) - RakugoVisualInstance -> RakugoSpatial
- use use
push_error()
andpush_warning()
instead ofprinterr()
Rakugo 2.0.2 [ Service Pack 1.1 ;) ]
Here is how to update:
https://youtu.be/UMDQn4UNB14
Bunch of fixes to Rakugo including:
-fixed #154 bug with load save made on menu()
statement is broken
Rakugo 2.0.1 [ Service Pack 1.0 ;) ]
Here is how to update:
https://youtu.be/UMDQn4UNB14
Bunch of fixes to Rakugo including:
- Working RakugoAvatar Node
show()
default args don't change init node position- add to show support for parsing strings it means that now you can:
show("sylvie green smile")
# instead of
show("sylvie", {state:[ "green", "smile"]})
Know Issues:
- load save made on
menu()
statement is broken #154
Rakugo old examples
This just old examples nothing more.
Ren 1.0.0 Codename: Godot Godot 3 Lit Club
Version of Ren that allow to crate nonlinear Visual Novel.
Compatible with Godot 3.0.x