-Improve resource previews
-Also fixed draw_texture_rect() tile parameter
This commit is contained in:
parent
b777b32470
commit
d3495b128a
27 changed files with 1244 additions and 320 deletions
|
|
@ -110,6 +110,12 @@ void EditorPlugin::add_control_to_container(CustomControlContainer p_location,Co
|
|||
CanvasItemEditor::get_singleton()->get_bottom_split()->add_child(p_control);
|
||||
|
||||
} break;
|
||||
case CONTAINER_PROPERTY_EDITOR_BOTTOM: {
|
||||
|
||||
EditorNode::get_singleton()->get_property_editor_vb()->add_child(p_control);
|
||||
|
||||
} break;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -319,6 +325,8 @@ void EditorPlugin::_bind_methods() {
|
|||
BIND_CONSTANT( CONTAINER_SPATIAL_EDITOR_BOTTOM );
|
||||
BIND_CONSTANT( CONTAINER_CANVAS_EDITOR_MENU );
|
||||
BIND_CONSTANT( CONTAINER_CANVAS_EDITOR_SIDE );
|
||||
BIND_CONSTANT( CONTAINER_PROPERTY_EDITOR_BOTTOM );
|
||||
|
||||
|
||||
BIND_CONSTANT( DOCK_SLOT_LEFT_UL );
|
||||
BIND_CONSTANT( DOCK_SLOT_LEFT_BL );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue