Added NoOBSWS
Added NoOBSWS from Yagich.
This commit is contained in:
parent
aac2758ec0
commit
262bb3beb5
12 changed files with 6309 additions and 0 deletions
12
addons/no-obs-ws/plugin.gd
Normal file
12
addons/no-obs-ws/plugin.gd
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
|
||||
func _enter_tree() -> void:
|
||||
# Initialization of the plugin goes here.
|
||||
pass
|
||||
|
||||
|
||||
func _exit_tree() -> void:
|
||||
# Clean-up of the plugin goes here.
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue