options menu in progress

This commit is contained in:
Cameron Taylor
2021-02-24 18:32:51 -05:00
parent 88c26f9ca4
commit f86dc69cde
7 changed files with 106 additions and 29 deletions

6
source/Options.hx Normal file
View File

@ -0,0 +1,6 @@
package;
class Options
{
public static var masterVolume:Float = 1;
}