This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Fix two-story homes having the wrong name and breaking loading
tags/v0.1.0
Fen Dweller
5 years ago
parent
0549e07a7d
commit
414595e0f4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
presets/buildings.js
+ 1
- 1
presets/buildings.js
View File
@@ -75,7 +75,7 @@ function makeBuildings() {
results.push({
name: "Two-Story Home",
constructor: () => makeBuilding(
"
Hous
e",
"
Two-Story Hom
e",
math.unit(25, "feet"),
{ source: "./media/buildings/house.svg" }
)
Write
Preview
Loading…
Cancel
Save