Update plugins
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# ############################################################################ #
|
||||
# Copyright © 2019-2024 Piet Bronders & Jeroen De Geeter <piet.bronders@gmail.com>
|
||||
# Copyright © 2019-2026 Piet Bronders & Jeroen De Geeter <piet.bronders@gmail.com>
|
||||
# Licensed under the MIT License.
|
||||
# See LICENSE in the project root for license information.
|
||||
# ############################################################################ #
|
||||
@@ -7,8 +7,8 @@
|
||||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
func _enter_tree() -> void:
|
||||
func _enter_tree():
|
||||
pass
|
||||
|
||||
func _exit_tree() -> void:
|
||||
func _exit_tree():
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user