From cb39eda4c6db5cfb2855aed566f22c52f8a10446 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 7 Sep 2019 10:15:31 -0500 Subject: [PATCH] Reference everything as being in res://addons/godot-tts. --- godot_tts.gdnlib | 2 +- godot_tts.gdns | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/godot_tts.gdnlib b/godot_tts.gdnlib index 695f4df..d4dc73b 100644 --- a/godot_tts.gdnlib +++ b/godot_tts.gdnlib @@ -1,6 +1,6 @@ [entry] -X11.64="res://target/debug/libgodot_tts.so" +X11.64="res://addons/godot-tts/target/debug/libgodot_tts.so" [dependencies] diff --git a/godot_tts.gdns b/godot_tts.gdns index 1c84477..1ba9b4c 100644 --- a/godot_tts.gdns +++ b/godot_tts.gdns @@ -1,6 +1,6 @@ [gd_resource type="NativeScript" load_steps=2 format=2] -[ext_resource path="res://godot_tts.gdnlib" type="GDNativeLibrary" id=1] +[ext_resource path="res://addons/godot-tts/godot_tts.gdnlib" type="GDNativeLibrary" id=1] [resource]