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

This commit is contained in:
Главред | Glavred
2020-08-27 15:20:25 +03:00
parent 7264cae192
commit 05b825ab46

View File

@@ -30,7 +30,7 @@ const БАЗА = "https://git.opengamestudio.org/mahjong/mahjong-modeli-models/r
function() {
мир.уведомить("поворот фишки");
},
40
60
);
};
@@ -66,7 +66,7 @@ const БАЗА = "https://git.opengamestudio.org/mahjong/mahjong-modeli-models/r
ЗагрузитьТекстуруФишки = мир =>
{
var текстура = "t1_tex.png";
var текстура = "2020-08-27_1520.png";
var адрес = БАЗА + текстура;
мир.загрузчикТекстур.load(
адрес,
@@ -96,8 +96,9 @@ const БАЗА = "https://git.opengamestudio.org/mahjong/mahjong-modeli-models/r
ЗагрузитьМодельФишки = мир =>
{
var модель = "2020-08-25_1415.gltf";
var модель = "2020-08-27_1515.gltf";
var адрес = БАЗА + модель;
console.debug("модель", адрес);
мир.загрузчикGLTF.load(
адрес,
function(gltf) {