소스 검색

Fix two-story homes having the wrong name and breaking loading

tags/v0.1.0
Fen Dweller 6 년 전
부모
커밋
414595e0f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      presets/buildings.js

+ 1
- 1
presets/buildings.js 파일 보기

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


불러오는 중...
취소
저장