added cursor editor to project creator (#1123)
This commit is contained in:
@@ -520,6 +520,7 @@ void GeneralWindow::Create(EditorComponent* _editor)
|
||||
editor->projectCreatorWnd.iconButton.SetColor(wi::Color::White(), wi::gui::IDLE);
|
||||
editor->projectCreatorWnd.thumbnailButton.SetColor(wi::Color::White(), wi::gui::IDLE);
|
||||
editor->projectCreatorWnd.splashScreenButton.SetColor(wi::Color::White(), wi::gui::IDLE);
|
||||
editor->projectCreatorWnd.cursorButton.SetColor(wi::Color::White(), wi::gui::IDLE);
|
||||
editor->aboutLabel.sprites[wi::gui::FOCUS] = editor->aboutLabel.sprites[wi::gui::IDLE];
|
||||
int scene_id = 0;
|
||||
for (auto& editorscene : editor->scenes)
|
||||
|
||||
Reference in New Issue
Block a user