|
@@ -106,8 +106,6 @@ func save_graph_edit(path: String):
|
|
|
control_script.changesmade = false
|
|
control_script.changesmade = false
|
|
|
get_window().title = "SoundThread - " + path.get_file().trim_suffix(".thd")
|
|
get_window().title = "SoundThread - " + path.get_file().trim_suffix(".thd")
|
|
|
|
|
|
|
|
- print("thread saved, changes made =")
|
|
|
|
|
- print(control_script.changesmade)
|
|
|
|
|
|
|
|
|
|
func load_graph_edit(path: String):
|
|
func load_graph_edit(path: String):
|
|
|
var file = FileAccess.open(path, FileAccess.READ)
|
|
var file = FileAccess.open(path, FileAccess.READ)
|
|
@@ -212,4 +210,6 @@ func load_graph_edit(path: String):
|
|
|
print("Graph loaded.")
|
|
print("Graph loaded.")
|
|
|
get_window().title = "SoundThread - " + path.get_file().trim_suffix(".thd")
|
|
get_window().title = "SoundThread - " + path.get_file().trim_suffix(".thd")
|
|
|
|
|
|
|
|
|
|
+ control_script.changesmade = false
|
|
|
|
|
+
|
|
|
|
|
|