godot-sqlite.gd 420 B

123456789101112131415
  1. # ############################################################################ #
  2. # Copyright © 2019-2024 Piet Bronders & Jeroen De Geeter <piet.bronders@gmail.com>
  3. # Licensed under the MIT License.
  4. # See LICENSE in the project root for license information.
  5. # ############################################################################ #
  6. @tool
  7. extends EditorPlugin
  8. func _enter_tree():
  9. pass
  10. func _exit_tree():
  11. pass