Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
chemicalcrux
/
macrovision
Observar
1
Favorito
0
Fork
0
Código
Issues
5
Pull requests
0
Versões
10
Wiki
Atividade
Ver código fonte
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 anos atrás
pai
ecbdf755a5
commit
f61a399553
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-0
macrovision.js
+ 2
- 0
macrovision.js
Ver arquivo
@@ -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);
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar