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
|
||||
class_name LayoutManager
|
||||
## Manages saved dashboard layouts.
|
||||
##
|
||||
## Layouts map tile_id -> {col, row, w, h}. The current layout is loaded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue