mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
Move to new Restoration section
This commit is contained in:
parent
a4e65d0f82
commit
e5d987c6a6
1 changed files with 8 additions and 2 deletions
|
@ -757,6 +757,14 @@ namespace SohImGui {
|
|||
ImGui::EndMenu();
|
||||
}
|
||||
|
||||
if (ImGui::BeginMenu("Restoration"))
|
||||
{
|
||||
EnhancementCheckbox("Red Ganon blood", "gRedGanonBlood");
|
||||
Tooltip("Restore the original red blood from NTSC 1.0/1.1. Disable for green blood.");
|
||||
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
|
||||
EXPERIMENTAL();
|
||||
|
||||
EnhancementCheckbox("60FPS Interpolation", "g60FPS");
|
||||
|
@ -776,8 +784,6 @@ namespace SohImGui {
|
|||
Tooltip("Change interface color to GameCube style.");
|
||||
EnhancementRadioButton("Custom interface", "gHudColors", 2);
|
||||
Tooltip("Change interface color to your own made style.");
|
||||
EnhancementCheckbox("Red Ganon blood", "gRedGanonBlood");
|
||||
Tooltip("Restore the original red blood from NTSC 1.0/1.1. Disable for green blood.");
|
||||
if (CVar_GetS32("gHudColors", 1) == 2) {
|
||||
EnhancementCheckbox("Interface editor", "gColorsEditor");
|
||||
Tooltip("Edit the colors used for your own interface");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue