-
Blocked by #150
- Instead of autoload Rakugo.tscn wich contain only one node and Rakugo.gd script on it, autoload Rakugo.gd.
- Delete Rakugo.tscn
Maybe users need to reload Rakugo plugin after…
-
Hi,
I'm trying to use Rakugo in a jam game, but I'm getting this error when I enable it as a plugin. The project is mostly empty other than that, a few assets and one script that imports Rakugo (be…
-
We cannot kill thread in Godot. Only way it is quit them properly.
Call `Rakugo.execute_script(script_name)` or `Rakugo.parse_and_execute(file_name)`, start a thread to read and execute RakuScript.…
-
Like title say
-
I want to play music or change a background in a game. Is there any method I can use, or do I need to write the function myself?
-
Create a func in storemanager and rakugo, to save rk script position
-
get_character_variable call get_character that push an error if a character as not found. But first one do it too. So same error are pushed two times.
-
If you look in https://github.com/rakugoteam/Rakugo/blob/main/Test/TestParser/TestAsk/TestAsk.gd, https://github.com/rakugoteam/Rakugo/blob/main/Test/TestParser/TestSay/TestSay.gd, and futur updated t…
-
Currently save folder is set in _ready func (plus setting path is wrong)
```gd
func _ready():
save_folder_path = ProjectSettings.get_setting("rakugo/save_folder")
```
But StoreManager is not …
-
Currently in Rakugo.tscn
Rakugo, node
History, node
AutoTimer, timer
SkipTimer, timer
It is not Rakugo to handle AutoTimer and SkipTimer