This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
chemicalcrux
/
macrovision
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
5
Захтеви за спајање
0
Издања
10
Вики
Activity
Преглед изворни кода
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 година
родитељ
ecbdf755a5
комит
f61a399553
1 измењених фајлова
са
2 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
macrovision.js
+ 2
- 0
macrovision.js
Прегледај датотеку
@@ -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…
Откажи
Сачувај