This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Fix the size-range scenes starting 1 meter too high
master
Fen Dweller
5 years ago
parent
58a57b6105
commit
0d0c4beeca
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
presets/scenes.js
+ 1
- 1
presets/scenes.js
View 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…
Cancel
Save