added per-object rim highlight

This commit is contained in:
Turánszki János
2024-08-28 06:36:12 +02:00
parent 5bc71e533f
commit b62c7ff48b
14 changed files with 135 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ void MaterialWindow::Create(EditorComponent* _editor)
{
editor = _editor;
wi::gui::Window::Create(ICON_MATERIAL " Material", wi::gui::Window::WindowControls::COLLAPSE | wi::gui::Window::WindowControls::CLOSE);
SetSize(XMFLOAT2(300, 1400));
SetSize(XMFLOAT2(300, 1460));
closeButton.SetTooltip("Delete MaterialComponent");
OnClose([=](wi::gui::EventArgs args) {