From ae8dcb707786c5bcd96fd931960798c7bb12022d Mon Sep 17 00:00:00 2001 From: adrien Date: Mon, 30 Sep 2024 14:03:47 +0200 Subject: [PATCH] =?UTF-8?q?=E1=B5=80=E1=B4=B1T=E1=B4=BF=E1=B4=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 +++--- jsm/TetraGUI.js | 10 +++------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index fdb76b2..75e8ff6 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - teTra + ᵀᴱTᴿᴬ @@ -12,8 +12,8 @@ diff --git a/jsm/TetraGUI.js b/jsm/TetraGUI.js index 9cdd5e4..a3ee9c3 100644 --- a/jsm/TetraGUI.js +++ b/jsm/TetraGUI.js @@ -6,7 +6,7 @@ import { Mino, environment } from './Tetrominoes.js' export class TetraGUI extends GUI { constructor(game, settings, stats, scene, controls, playfield) { - super({title: "teTra"}) + super({title: "ᵀᴱTᴿᴬ"}) this.startButton = this.add(game, "start").name("Jouer").hide() this.pauseButton = this.add(game, "pause").name("Pause").hide() @@ -130,13 +130,9 @@ export class TetraGUI extends GUI { side: THREE.DoubleSide, transparent: true, opacity: 0.7, - roughness: 0.6, + roughness: 0.5, ior: 1.8, - metalness: 0.6, - sheen: 0, - sheenRoughness: 1, - specularIntensity: 1, - thickness: 5, + metalness: 0.9, transmission: 1, }) break