fix fuckin thing
This commit is contained in:
parent
e462fc4956
commit
f68361c85c
@ -370,6 +370,7 @@ class ScoreScreen extends Option
|
|||||||
public override function press():Bool
|
public override function press():Bool
|
||||||
{
|
{
|
||||||
FlxG.save.data.scoreScreen = !FlxG.save.data.scoreScreen;
|
FlxG.save.data.scoreScreen = !FlxG.save.data.scoreScreen;
|
||||||
|
updateDisplay();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -215,6 +215,7 @@ class OptionsMenu extends MusicBeatState
|
|||||||
{
|
{
|
||||||
if (currentSelectedCat.getOptions()[curSelected].press()) {
|
if (currentSelectedCat.getOptions()[curSelected].press()) {
|
||||||
grpControls.members[curSelected].reType(currentSelectedCat.getOptions()[curSelected].getDisplay());
|
grpControls.members[curSelected].reType(currentSelectedCat.getOptions()[curSelected].getDisplay());
|
||||||
|
trace(currentSelectedCat.getOptions()[curSelected].getDisplay());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user