mirror of
https://github.com/godotengine/regression-test-project.git
synced 2026-01-04 22:10:07 +03:00
@@ -228,6 +228,7 @@ var disabled_classes: Array = [
|
||||
"Semaphore",
|
||||
"Mutex",
|
||||
"GodotSharp",
|
||||
"ThemeDB",
|
||||
# Class which is non instantable, and have non instantable childrens, but
|
||||
# is used as argument
|
||||
"Node3DGizmo",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
extends Node2D
|
||||
|
||||
var available_classes: Array = []
|
||||
var exeptions: Array = ["AppProtocol", "SceneTree", "EditorSettings", "ProjectSettings", "InputEventShortcut", "InputMap"]
|
||||
var exeptions: Array = ["AppProtocol", "SceneTree", "EditorSettings", "ProjectSettings", "InputEventShortcut", "InputMap", "ThemeDB"]
|
||||
|
||||
|
||||
func _ready():
|
||||
|
||||
Reference in New Issue
Block a user