mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-09-03 18:14:53 +03:00
Update making_plugins.rst
Indentation, comment removal
This commit is contained in:
committed by
GitHub
parent
e1d057ee5b
commit
41b6d71d0e
@@ -390,7 +390,7 @@ The script could look like this:
|
||||
_dock.Title = "My Dock";
|
||||
|
||||
// Note that LeftUl means the left of the editor, upper-left dock.
|
||||
_dock.DefaultSlot = EditorDock.DockSlot.LeftUl; //DockSlot.LeftUl;
|
||||
_dock.DefaultSlot = EditorDock.DockSlot.LeftUl;
|
||||
|
||||
// Allow the dock to be on the left or right of the editor, and to be made floating.
|
||||
_dock.AvailableLayouts = EditorDock.DockLayout.Horizontal | EditorDock.DockLayout.Floating;
|
||||
|
||||
Reference in New Issue
Block a user