mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 13:24:40 -04:00
UI/copy tweaks (#1756)
* "Mortal Edge" description nit "Darkhammer" seems to be the more common rendering of the name. * Add missing option descriptions * Tighten spacing for version/disc info on mobile * Graphics API init failure message nit
This commit is contained in:
@@ -322,8 +322,8 @@ namespace dusk {
|
||||
}
|
||||
ImGui::PushFont(ImGuiEngine::fontLarge);
|
||||
ImGuiTextCenter("Failed to initialize any graphics backend.");
|
||||
ImGuiTextCenter("\nDusklight requires Vulkan 1.1+, or Direct X 12.0.");
|
||||
ImGuiTextCenter("\nTry updating your Operating System and GPU drivers.");
|
||||
ImGuiTextCenter("\nDusklight requires at least Vulkan 1.1 or Direct3D 12.");
|
||||
ImGuiTextCenter("\nTry updating your operating system and GPU drivers.");
|
||||
const auto& style = ImGui::GetStyle();
|
||||
const auto retrySize = ImGui::CalcTextSize("Retry (Auto backend)");
|
||||
const auto quitSize = ImGui::CalcTextSize("Quit");
|
||||
|
||||
Reference in New Issue
Block a user