Redesigned Vehicle Spawn menus to have consistent features. (#2063)

Closes #2053
This commit is contained in:
gir489
2023-08-31 09:43:55 -04:00
committed by GitHub
parent 4c6226d022
commit cf07cfec04
19 changed files with 1115 additions and 950 deletions

View File

@ -594,6 +594,8 @@ namespace big
g_model_preview_service->stop_preview();
}
}
if (ImGui::IsItemHovered())
ImGui::SetTooltip("PREVIEW_DESC"_T.data());
ImGui::Checkbox("Invincible", &g.world.spawn_ped.spawn_invincible);
ImGui::Checkbox("Invisible", &g.world.spawn_ped.spawn_invisible);