yes, they canjj st!
This commit is contained in:
parent
6b92473eeb
commit
a6421235f8
22 changed files with 510 additions and 14 deletions
17
addons/fogwaves_exports/plugin.gd
Normal file
17
addons/fogwaves_exports/plugin.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
|
||||
const Inspectors = preload("inspectors.gd")
|
||||
|
||||
|
||||
var inspector_plugin: Inspectors
|
||||
|
||||
|
||||
func _enter_tree() -> void:
|
||||
inspector_plugin = Inspectors.new()
|
||||
add_inspector_plugin(inspector_plugin)
|
||||
|
||||
|
||||
func _exit_tree() -> void:
|
||||
remove_inspector_plugin(inspector_plugin)
|
||||
Loading…
Add table
Add a link
Reference in a new issue