balanced normal, and usin newgrounds haxelib
This commit is contained in:
11
source/OptionsSubState.hx
Normal file
11
source/OptionsSubState.hx
Normal file
@ -0,0 +1,11 @@
|
||||
package;
|
||||
|
||||
class OptionsSubState extends MusicBeatSubstate
|
||||
{
|
||||
var textMenuItems:Array<String> = ['Master Volume', 'Sound Volume'];
|
||||
|
||||
public function new()
|
||||
{
|
||||
super();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user