Sfoglia il codice sorgente

Rearrange Fid's scene some more

tags/v0.1.0
Fen Dweller 6 anni fa
parent
commit
e70451673f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      presets/scenes.js

+ 1
- 0
presets/scenes.js Vedi File

@@ -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);
}

Loading…
Annulla
Salva