luke wollte den stern kleiner haben + irgendwas transparent beim login

This commit is contained in:
2020-08-03 01:05:49 +02:00
parent 7b8ee1c859
commit c08b96ec48
3 changed files with 13 additions and 6 deletions

View File

@@ -434,6 +434,11 @@ export default function tuning(globalData: IGlobalData) {
}
function setHeadlightsColor(vehicle, index) {
if (!vehicle) {
return;
}
var color = index - 2;
if (index === 0) color = -1;
if (index === 1) color = 13;