caught up to cam

This commit is contained in:
Brandon
2020-11-06 21:17:27 -05:00
parent 86e526d553
commit f8fe10bebf
20 changed files with 369 additions and 85 deletions

11
source/OptionsSubState.hx Normal file
View File

@@ -0,0 +1,11 @@
package;
class OptionsSubState extends MusicBeatSubstate
{
var textMenuItems:Array<String> = ['Master Volume', 'Sound Volume'];
public function new()
{
super();
}
}