mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 10:35:55 +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) {
|
fn init(handle: InitHandle) {
|
||||||
env_logger::init();
|
env_logger::init();
|
||||||
handle.add_class::<Utterance>();
|
handle.add_tool_class::<Utterance>();
|
||||||
handle.add_class::<TTS>();
|
handle.add_class::<TTS>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user