From 9a5dfedac7b4eca6f6912a1779e84285b820cc89 Mon Sep 17 00:00:00 2001 From: VincentBounce Date: Wed, 6 Mar 2024 19:20:39 +0400 Subject: [PATCH] Misc --- tetrilight.source.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tetrilight.source.js b/tetrilight.source.js index 0d98581..837a681 100755 --- a/tetrilight.source.js +++ b/tetrilight.source.js @@ -110,9 +110,9 @@ const DURATIONS = { // tetris durations, periods in ms lostMessageDuration : 3500, // 3500 ms, period to display score softDropPeriod : 50, // 0050 ms, if this is max DropDuration initialDropPeriod : 1100 }; // 0700 ms, >= _softDropPeriod, decrease during game, increase for #DEBUG, incompressible duration by any key excepted pause -const FONTS = { scoreFont: 'Ubuntu', messageFont: 'Rock Salt' }; // online fonts +//const FONTS = { scoreFont: 'Ubuntu', messageFont: 'Rock Salt' }; // online fonts //const FONTS = { scoreFont: 'Arial, Helvetica, sans-serif', messageFont: 'Impact, Charcoal, sans-serif' }; // web safe fonts = offline fonts -//const FONTS = { scoreFont: 'Tahoma, sans-serif', messageFont: 'Gill Sans, sans-serif' }; // web safe fonts = offline fonts +const FONTS = { scoreFont: 'Tahoma, sans-serif', messageFont: 'Gill Sans, sans-serif' }; // web safe fonts = offline fonts const SOUNDS = { landFX : {ext: 'wav'}, rotateFX : {ext: 'wav'},