diff --git a/public/1/conductor/index.js b/public/1/conductor/index.js index d98ddb2..01fd0b1 100644 --- a/public/1/conductor/index.js +++ b/public/1/conductor/index.js @@ -542,7 +542,7 @@ $(document).ready(function() { new PointText({ point: c.firstChild.bounds.topLeft + [0, -5], content: Object.keys(beach_sounds)[idx], - fontSize: vssw * 0.35, + fontSize: vssw * 0.55, fontWeight: 'bold', fillColor: 'white' }); @@ -769,7 +769,7 @@ $(document).ready(function() { new PointText({ point: c.firstChild.bounds.topLeft + [0, -5], content: Object.keys(beach_sounds)[idx], - fontSize: vssw * 0.35, + fontSize: vssw * 0.55, fontWeight: 'bold', fillColor: 'white' });