1
0

California gets roads, traffic, and a car to follow

This commit is contained in:
2026-08-11 18:24:53 -07:00
parent 9c9e78f6f9
commit fe58290728
43 changed files with 5593 additions and 68 deletions
+33
View File
@@ -33,6 +33,17 @@ export const LUMBRIDGE_HQ_SITE: OfficeSite = {
elevation: 188,
heading: 205,
label: "Transbay, San Francisco",
exterior: {
kind: "building",
width: 48,
depth: 42,
height: 326,
storeys: 61,
heading: 205,
profile: "tower",
seed: 115,
bodyColor: 0x8799a8,
},
};
/** A hangar on the old naval air station. See `frontier-valley.ts`. */
@@ -42,6 +53,17 @@ export const FRONTIER_VALLEY_SITE: OfficeSite = {
elevation: 4,
heading: 0,
label: "Alameda Point",
exterior: {
kind: "building",
width: 54,
depth: 30,
height: 11,
storeys: 2,
heading: 0,
profile: "hangar",
seed: 2718,
bodyColor: 0x899397,
},
};
/**
@@ -56,6 +78,17 @@ export const MATEO_COURT_SITE: OfficeSite = {
elevation: 1.2,
heading: 36,
label: "Arts District, Los Angeles",
exterior: {
kind: "building",
width: 36,
depth: 26,
height: 9,
storeys: 2,
heading: 36,
profile: "courtyard",
seed: 1781,
bodyColor: 0xa87960,
},
};
/**