Update plugins

This commit is contained in:
Adrien Ufferte
2026-03-09 09:17:36 +01:00
parent b517ab9897
commit b4f9fbe904
62 changed files with 237 additions and 236 deletions
+3 -3
View File
@@ -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