mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
move Speed Control to debug menu
This commit is contained in:
parent
24c081f1b5
commit
f33af0fc9a
@ -417,10 +417,6 @@ void DrawEnhancementsMenu() {
|
|||||||
.tooltip = "Disable Level of Detail (LOD) to avoid models using lower poly versions at a distance"
|
.tooltip = "Disable Level of Detail (LOD) to avoid models using lower poly versions at a distance"
|
||||||
});
|
});
|
||||||
|
|
||||||
UIWidgets::CVarCheckbox("Speed Control", "gDebugSpeedControl", {
|
|
||||||
.tooltip = "Control the Arwing speed"
|
|
||||||
}
|
|
||||||
);
|
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -484,6 +480,10 @@ void DrawDebugMenu() {
|
|||||||
UIWidgets::CVarCheckbox("Disable Collision", "gDebugNoCollision", {
|
UIWidgets::CVarCheckbox("Disable Collision", "gDebugNoCollision", {
|
||||||
.tooltip = "Disable vehicle collision"
|
.tooltip = "Disable vehicle collision"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
UIWidgets::CVarCheckbox("Speed Control", "gDebugSpeedControl", {
|
||||||
|
.tooltip = "Control the Arwing speed"
|
||||||
|
});
|
||||||
|
|
||||||
UIWidgets::Spacer(0);
|
UIWidgets::Spacer(0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user