mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
remove authentic logo screen setting
This commit is contained in:
parent
7550f302d0
commit
3643db26c9
1 changed files with 0 additions and 2 deletions
|
@ -1547,8 +1547,6 @@ void DrawEnhancementsMenu() {
|
||||||
|
|
||||||
if (ImGui::BeginMenu("Restoration"))
|
if (ImGui::BeginMenu("Restoration"))
|
||||||
{
|
{
|
||||||
UIWidgets::EnhancementCheckbox("Authentic Logo Screen", CVAR_ENHANCEMENT("AuthenticLogo"));
|
|
||||||
UIWidgets::Tooltip("Hide the game version and build details and display the authentic model and texture on the boot logo start screen");
|
|
||||||
UIWidgets::PaddedEnhancementCheckbox("Red Ganon blood", CVAR_ENHANCEMENT("RedGanonBlood"), true, false);
|
UIWidgets::PaddedEnhancementCheckbox("Red Ganon blood", CVAR_ENHANCEMENT("RedGanonBlood"), true, false);
|
||||||
UIWidgets::Tooltip("Restore the original red blood from NTSC 1.0/1.1. Disable for green blood");
|
UIWidgets::Tooltip("Restore the original red blood from NTSC 1.0/1.1. Disable for green blood");
|
||||||
UIWidgets::PaddedEnhancementCheckbox("Fish while hovering", CVAR_ENHANCEMENT("HoverFishing"), true, false);
|
UIWidgets::PaddedEnhancementCheckbox("Fish while hovering", CVAR_ENHANCEMENT("HoverFishing"), true, false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue