From 2c39c5152dc68f9a9cc42f7525854ba0c104f5f8 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Tue, 19 May 2020 20:10:34 +0900 Subject: [PATCH] bigger labels? --- public/1/conductor/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' });