feat(vehicle): Add turn signals (#239)
* Initial * Tiny update * More small fixes * Run in separate script. * whoops
This commit is contained in:
@ -44,6 +44,13 @@ namespace big
|
||||
ImGui::TreePop();
|
||||
}
|
||||
|
||||
ImGui::Checkbox("Turn Signals", &g->vehicle.turn_signals);
|
||||
|
||||
if (g->vehicle.turn_signals)
|
||||
{
|
||||
ImGui::Checkbox("Fully Automatic Signal", &g->vehicle.auto_turn_signals);
|
||||
}
|
||||
|
||||
ImGui::EndGroup();
|
||||
|
||||
ImGui::Separator();
|
||||
|
Reference in New Issue
Block a user