Изменения от Главреда ГитЖС | Changes of GitJS Glavred
This commit is contained in:
1
0000
1
0000
@@ -2,6 +2,7 @@ three.js
|
|||||||
r119
|
r119
|
||||||
https://git.opengamestudio.org/mahjong/threejs
|
https://git.opengamestudio.org/mahjong/threejs
|
||||||
|
|
||||||
|
/three.js
|
||||||
/three.min.js
|
/three.min.js
|
||||||
x /пуск|run.js
|
x /пуск|run.js
|
||||||
/пуск|run.череда
|
/пуск|run.череда
|
||||||
@@ -92,7 +92,8 @@ html, body {
|
|||||||
УстановитьThreeJS = мир =>
|
УстановитьThreeJS = мир =>
|
||||||
{
|
{
|
||||||
var модуль = мир.модули.модульПоИмени(ИМЯ);
|
var модуль = мир.модули.модульПоИмени(ИМЯ);
|
||||||
var код = модуль.содержимое["/three.min.js"];
|
var код = модуль.содержимое["/three.js"];
|
||||||
|
console.debug("УстановитьThreeJS");
|
||||||
|
|
||||||
// Загрузить скрипт.
|
// Загрузить скрипт.
|
||||||
var скрипт = document.createElement("script");
|
var скрипт = document.createElement("script");
|
||||||
|
|||||||
Reference in New Issue
Block a user