2020-10-07 20:24:10 +00:00
|
|
|
# ############################################################################ #
|
|
|
|
# Copyright © 2019-present Piet Bronders & Jeroen De Geeter <piet.bronders@gmail.com>
|
|
|
|
# Licensed under the MIT License.
|
|
|
|
# See LICENSE in the project root for license information.
|
|
|
|
# ############################################################################ #
|
|
|
|
|
|
|
|
tool
|
|
|
|
extends EditorPlugin
|
|
|
|
|
|
|
|
func _enter_tree():
|
2020-10-19 20:44:21 +00:00
|
|
|
pass
|
2020-10-07 20:24:10 +00:00
|
|
|
|
|
|
|
func _exit_tree():
|
2020-10-19 20:44:21 +00:00
|
|
|
pass
|