mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 14:37:02 +00:00
Add Utterance
as tool script to work around https://github.com/godot-rust/godot-rust/issues/614.
This commit is contained in:
parent
8ed356fd47
commit
e483f3467b
|
@ -266,7 +266,7 @@ impl TTS {
|
|||
|
||||
fn init(handle: InitHandle) {
|
||||
env_logger::init();
|
||||
handle.add_class::<Utterance>();
|
||||
handle.add_tool_class::<Utterance>();
|
||||
handle.add_class::<TTS>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user