ソースを参照

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

tags/v0.1.0
Fen Dweller 5年前
コミット
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" }
)


読み込み中…
キャンセル
保存