fix: remove class_name from autoload singletons
PluginManager and LayoutManager had class_name declarations that shadowed their autoload registrations in project.godot.
This commit is contained in:
parent
f43676e46c
commit
825598f1a9
2 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
extends Node
|
extends Node
|
||||||
class_name LayoutManager
|
|
||||||
## Manages saved dashboard layouts.
|
## Manages saved dashboard layouts.
|
||||||
##
|
##
|
||||||
## Layouts map tile_id -> {col, row, w, h}. The current layout is loaded
|
## Layouts map tile_id -> {col, row, w, h}. The current layout is loaded
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
extends Node
|
extends Node
|
||||||
class_name PluginManager
|
|
||||||
## Scans res://plugins/ for plugin manifests (plugin.cfg) and provides
|
## Scans res://plugins/ for plugin manifests (plugin.cfg) and provides
|
||||||
## access to tile definitions. Instantiate tiles by tile_id.
|
## access to tile definitions. Instantiate tiles by tile_id.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue