Skip to content

Commit

Permalink
oh well
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Apr 7, 2024
1 parent 5887bd1 commit 2bf9900
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Binary file added assets/shared/images/credits/codename.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 3 additions & 8 deletions source/options/BaseOptionsMenu.hx
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,9 @@ class BaseOptionsMenu extends MusicBeatSubstate
}

// avoids lagspikes while scrolling through menus!
grpOptions = new FlxTypedGroup<Alphabet>();
add(grpOptions);

grpTexts = new FlxTypedGroup<AttachedText>();
add(grpTexts);

checkboxGroup = new FlxTypedGroup<CheckboxThingie>();
add(checkboxGroup);
add(grpOptions = new FlxTypedGroup<Alphabet>());
add(grpTexts = new FlxTypedGroup<AttachedText>());
add(checkboxGroup = new FlxTypedGroup<CheckboxThingie>());

descBox = new FlxSprite().makeGraphic(1, 1, FlxColor.BLACK);
descBox.alpha = 0.6;
Expand Down

0 comments on commit 2bf9900

Please sign in to comment.