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

This commit is contained in:
Главред | Glavred
2020-08-20 15:14:05 +03:00
parent c0d7ec0b85
commit 10922ab035
3 changed files with 54658 additions and 1 deletions

1
0000
View File

@@ -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.череда

54655
three.js Normal file

File diff suppressed because one or more lines are too long

View File

@@ -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");