feat(Vehicle): drive on water (#140)

This commit is contained in:
Maddy
2022-05-02 15:31:07 -04:00
committed by GitHub
parent 98c5596864
commit d1749da34a
5 changed files with 71 additions and 0 deletions

View File

@ -13,6 +13,7 @@ namespace big
ImGui::Checkbox("Can Be Targeted", &g->vehicle.is_targetable);
ImGui::Checkbox("God Mode", &g->vehicle.god_mode);
ImGui::Checkbox("Horn Boost", &g->vehicle.horn_boost);
ImGui::Checkbox("Drive On Water", &g->vehicle.drive_on_water);
ImGui::EndGroup();
ImGui::SameLine();