added cursor editor to project creator (#1123)

This commit is contained in:
Turánszki János
2025-06-10 06:39:07 +02:00
committed by GitHub
parent f386f6865a
commit f77d3cd4db
8 changed files with 119 additions and 23 deletions
+1
View File
@@ -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)