bigger labels?

This commit is contained in:
Dooho Yi 2020-05-19 20:10:34 +09:00
parent 978f3385ef
commit 2c39c5152d

View file

@ -542,7 +542,7 @@ $(document).ready(function() {
new PointText({ new PointText({
point: c.firstChild.bounds.topLeft + [0, -5], point: c.firstChild.bounds.topLeft + [0, -5],
content: Object.keys(beach_sounds)[idx], content: Object.keys(beach_sounds)[idx],
fontSize: vssw * 0.35, fontSize: vssw * 0.55,
fontWeight: 'bold', fontWeight: 'bold',
fillColor: 'white' fillColor: 'white'
}); });
@ -769,7 +769,7 @@ $(document).ready(function() {
new PointText({ new PointText({
point: c.firstChild.bounds.topLeft + [0, -5], point: c.firstChild.bounds.topLeft + [0, -5],
content: Object.keys(beach_sounds)[idx], content: Object.keys(beach_sounds)[idx],
fontSize: vssw * 0.35, fontSize: vssw * 0.55,
fontWeight: 'bold', fontWeight: 'bold',
fillColor: 'white' fillColor: 'white'
}); });