Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/org/noroomattheinn/tesla/Options.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public enum WheelType {
WTTP("Turbine 19\""),
WTTG("Turbine 19\" Charcoal"),
WTGP("Turbine 19\" Charcoal"),
WT20("Slipstream 20\" Silver"),
WT21("Silver 21\""),
WT2E("Silver 21\" Euro"),
WTSS("Super 21\" Silver"),
Expand Down Expand Up @@ -94,6 +95,7 @@ public enum SeatType {
}

public enum RoofType {
RFPX("Model X - Falcon Wings"),
RFBC("Body Color"),
RFPO("Panoramic"),
RFBK("Black"),
Expand Down Expand Up @@ -161,6 +163,7 @@ public enum DriveSide {
}

public enum DecorType {
IDHM("Abachi Matte"),
IDCF("Carbon Fiber"),
IDLW("Lacewood"),
IDOM("Obeche Matte"),
Expand All @@ -178,6 +181,7 @@ public enum DecorType {
}

public enum BatteryType {
BTX4("Model X 90KWh"),
BT85("85kWh"),
BT70("70kWh"),
BT60("60kWh"),
Expand Down