Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
macrovision
Segui
1
Vota
0
Forka
0
Codice
Problemi
5
Pull Requests
0
Rilasci
10
Wiki
Attività
Sfoglia il codice sorgente
Fix the size-range scenes starting 1 meter too high
master
Fen Dweller
5 anni fa
parent
58a57b6105
commit
0d0c4beeca
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
presets/scenes.js
+ 1
- 1
presets/scenes.js
Vedi File
@@ -14,7 +14,7 @@ function makeSlice(min, max) {
characters.forEach(character => {
const entity = character.constructor();
displayEntity(entity, entity.view, 0,
1
);
displayEntity(entity, entity.view, 0,
0
);
});
arrangeEntities(getSortedEntities());
Write
Preview
Loading…
Annulla
Salva