ソースを参照

Rearrange Fid's scene some more

tags/v0.1.0
Fen Dweller 6年前
コミット
e70451673f
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      presets/scenes.js

+ 1
- 0
presets/scenes.js ファイルの表示

@@ -146,6 +146,7 @@ scenes["Fidverse"] = () => {
makeOwnerSceneViews("fidchell")();
document.querySelector("#entity-" + (entityIndex-1)).dataset.x = 0.5;
document.querySelector("#entity-" + (entityIndex-2)).dataset.x = 0.25;
document.querySelector("#entity-" + (entityIndex-3)).dataset.x = 0.75;
updateSizes();
fitWorld(true, 1);
}

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