mirror of
https://github.com/Relintai/godot-engine.file-editor.git
synced 2024-11-12 22:27:22 +01:00
Delete file-editor.gd
This commit is contained in:
parent
e600e7be5e
commit
5e29e5c590
@ -1,14 +0,0 @@
|
||||
tool
|
||||
extends EditorPlugin
|
||||
|
||||
var doc
|
||||
|
||||
func _enter_tree():
|
||||
doc = preload("../scenes/FileEditor.tscn").instance()
|
||||
add_control_to_dock(EditorPlugin.DOCK_SLOT_LEFT_BR,doc)
|
||||
# add_autoload_singleton("UserData","res://addons/github-integration/scripts/user_data.gd")
|
||||
|
||||
func _exit_tree():
|
||||
remove_control_from_docks(doc)
|
||||
# remove_autoload_singleton("UserData")
|
||||
doc.queue_free()
|
Loading…
Reference in New Issue
Block a user