You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Portals - lift roomlist restrictions and fix link bug
Allows users to have the RoomManager as the roomlist. Fixes a couple of bugs dealing with situations where users attempt to link Portals to Rooms outside the roomlist. Adds a PortalEditorPlugin allowing you to flip individual portals.
This commit is contained in:
@@ -6820,6 +6820,7 @@ EditorNode::EditorNode() {
|
||||
add_editor_plugin(memnew(BakedLightmapEditorPlugin(this)));
|
||||
add_editor_plugin(memnew(RoomManagerEditorPlugin(this)));
|
||||
add_editor_plugin(memnew(RoomEditorPlugin(this)));
|
||||
add_editor_plugin(memnew(PortalEditorPlugin(this)));
|
||||
add_editor_plugin(memnew(Path2DEditorPlugin(this)));
|
||||
add_editor_plugin(memnew(PathEditorPlugin(this)));
|
||||
add_editor_plugin(memnew(Line2DEditorPlugin(this)));
|
||||
|
||||
Reference in New Issue
Block a user