From 05b825ab468900d25c55a1b6fae4509550dfd3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=BB=D0=B0=D0=B2=D1=80=D0=B5=D0=B4=20=7C=20Glavred?= Date: Thu, 27 Aug 2020 15:20:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BE=D1=82=20=D0=93=D0=BB=D0=B0=D0=B2=D1=80?= =?UTF-8?q?=D0=B5=D0=B4=D0=B0=20=D0=93=D0=B8=D1=82=D0=96=D0=A1=20|=20Chang?= =?UTF-8?q?es=20of=20GitJS=20Glavred?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- сцена|scene.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/сцена|scene.js b/сцена|scene.js index bc19908..e95e794 100644 --- a/сцена|scene.js +++ b/сцена|scene.js @@ -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) {