Vehicle Abilities (#2474)

Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
This commit is contained in:
thehorizon84
2023-12-05 11:35:05 +01:00
committed by GitHub
parent d2a7ff8ba4
commit a3be8d9c03
6 changed files with 224 additions and 18 deletions

View File

@ -220,6 +220,18 @@ namespace big
ImGui::EndCombo();
}
ImGui::SeparatorText("VEHICLE_ABILITIES"_T.data());
{
components::command_checkbox<"modifyvehicleability">();
if (g.vehicle.abilities.enabled)
{
components::command_checkbox<"rocketability">();
components::command_checkbox<"jumpability">();
components::command_checkbox<"parachuteability">();
components::command_checkbox<"rampability">();
}
}
ImGui::SeparatorText("VEHICLE_FLY"_T.data());
{
ImGui::BeginGroup();