Merge pull request #74 from godotengine/ignore_theme_db

Ignore ThemeDB
This commit is contained in:
Rafał Mikrut
2022-08-09 20:30:22 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -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",

View File

@@ -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():