Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentBounce committed Mar 6, 2024
1 parent e79fe09 commit 9a5dfed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tetrilight.source.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit 9a5dfed

Please sign in to comment.