mirror of
https://github.com/godotengine/regression-test-project.git
synced 2026-01-01 01:48:47 +03:00
Merge pull request #73 from RevoluPowered/fix-creating-all-things
Fix AppProtocol being instanced
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user