mattschwarz war taxigelb habs behoben

This commit is contained in:
hydrant
2020-05-03 14:46:31 +02:00
parent 5731e6de0b
commit 328951828a
2 changed files with 1 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ const vehicleColors = {
"Schwarz Lila": 142 "Schwarz Lila": 142
}, },
"Matt": { "Matt": {
"Schwarz": 88, "Schwarz": 12,
"Grau": 13, "Grau": 13,
"Hellgrau": 14, "Hellgrau": 14,
"Rot": 39, "Rot": 39,

View File

@@ -11,7 +11,6 @@ const BadgeStyle = NativeUI.BadgeStyle;
const Point = NativeUI.Point; const Point = NativeUI.Point;
import vehicleColors from './colors'; import vehicleColors from './colors';
import game from '..';
export default function tuning(globalData: IGlobalData) { export default function tuning(globalData: IGlobalData) {
var keyBound = false; var keyBound = false;