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
Make custom entities have a consistent size when created
They'll always be 3/10ths as tall as the world is.
tags/v0.1.0
Fen Dweller
6 years ago
parent
ecbdf755a5
commit
f61a399553
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
macrovision.js
+ 2
- 0
macrovision.js
View File
@@ -1941,6 +1941,8 @@ function makeCustomEntity(url, x=0.5, y=0.5) {
const entity = maker.constructor();
entity.scale = config.height.toNumber("feet") / 20;
entity.ephemeral = true;
displayEntity(entity, "custom", x, y, true, true);
}
Write
Preview
Loading…
Cancel
Save