Add ImGui screen for Aurora Null backend

Resolves #628
This commit is contained in:
Luke Street
2026-05-06 16:39:28 -06:00
parent c21bce0093
commit 7f0955f022
9 changed files with 160 additions and 69 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ void ImGuiEngine_AddTextures() {
ImGuiEngine::orgIcon = AddTexture("org-icon.png");
}
if (ImGuiEngine::duskLogo == 0) {
ImGuiEngine::duskLogo = AddTexture("logo.png");
ImGuiEngine::duskLogo = AddTexture("logo-mascot.png");
}
}
} // namespace dusk