|
|
@@ -75,7 +75,7 @@ function makeBuildings() { |
|
|
results.push({ |
|
|
results.push({ |
|
|
name: "Two-Story Home", |
|
|
name: "Two-Story Home", |
|
|
constructor: () => makeBuilding( |
|
|
constructor: () => makeBuilding( |
|
|
"House", |
|
|
|
|
|
|
|
|
"Two-Story Home", |
|
|
math.unit(25, "feet"), |
|
|
math.unit(25, "feet"), |
|
|
{ source: "./media/buildings/house.svg" } |
|
|
{ source: "./media/buildings/house.svg" } |
|
|
) |
|
|
) |
|
|
|