Editor gui v2 (#843)

This commit is contained in:
Turánszki János
2024-05-17 08:04:05 +02:00
committed by GitHub
parent 92c199fe9d
commit 1c38d93304
77 changed files with 4283 additions and 3365 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ void AnimationWindow::Create(EditorComponent* _editor)
editor->RecordEntity(archive, entity);
editor->optionsWnd.RefreshEntityTree();
editor->componentsWnd.RefreshEntityTree();
});
float x = 80;
@@ -922,7 +922,7 @@ void AnimationWindow::Create(EditorComponent* _editor)
}
scene.names.Create(retarget_entity) = name;
editor->optionsWnd.RefreshEntityTree();
editor->componentsWnd.RefreshEntityTree();
}
});
AddWidget(&retargetCombo);