Added NoOBSWS

Added NoOBSWS from Yagich.
This commit is contained in:
Mario Steele 2026-02-27 16:15:21 -06:00
parent aac2758ec0
commit 262bb3beb5
12 changed files with 6309 additions and 0 deletions

View 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