Ver código fonte

Изменения от Главреда ГитЖС | Changes of GitJS Glavred

master
Главред | Glavred 3 anos atrás
pai
commit
10922ab035
3 arquivos alterados com 54658 adições e 1 exclusões
  1. +1
    -0
      0000
  2. +54655
    -0
      three.js
  3. +2
    -1
      пуск|run.js

+ 1
- 0
0000 Ver arquivo

@@ -2,6 +2,7 @@ three.js
r119
https://git.opengamestudio.org/mahjong/threejs

/three.js
/three.min.js
x /пуск|run.js
/пуск|run.череда

+ 54655
- 0
three.js
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 2
- 1
пуск|run.js Ver arquivo

@@ -92,7 +92,8 @@ html, body {
УстановитьThreeJS = мир =>
{
var модуль = мир.модули.модульПоИмени(ИМЯ);
var код = модуль.содержимое["/three.min.js"];
var код = модуль.содержимое["/three.js"];
console.debug("УстановитьThreeJS");
// Загрузить скрипт.
var скрипт = document.createElement("script");


Carregando…
Cancelar
Salvar