Merge pull request #73 from RevoluPowered/fix-creating-all-things

Fix AppProtocol being instanced
This commit is contained in:
Rafał Mikrut
2022-08-02 20:44:31 +02:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
extends Node2D
var available_classes: Array = []
var exeptions: Array = ["SceneTree", "EditorSettings", "ProjectSettings", "InputEventShortcut", "InputMap"]
var exeptions: Array = ["AppProtocol", "SceneTree", "EditorSettings", "ProjectSettings", "InputEventShortcut", "InputMap"]
func _ready():