more fixes and other crap

This commit is contained in:
Kade M
2021-05-24 19:46:07 -07:00
parent e991a71ca9
commit b047eb7a72
5 changed files with 27 additions and 17 deletions

View File

@ -83,7 +83,7 @@ class OptionsMenu extends MusicBeatState
for (i in 0...options.length)
{
var controlLabel:Alphabet = new Alphabet(0, (70 * i) + 30, options[i].getName(), true, false);
var controlLabel:Alphabet = new Alphabet(0, (70 * i) + 30, options[i].getName(), true, false, true);
controlLabel.isMenuItem = true;
controlLabel.targetY = i;
grpControls.add(controlLabel);