Added challenge mode
This commit is contained in:
@ -15,11 +15,12 @@ namespace ui {
|
||||
|
||||
enum class BottomMenuItem : int {
|
||||
Play = 0,
|
||||
Level = 1,
|
||||
Options = 2,
|
||||
Help = 3,
|
||||
About = 4,
|
||||
Exit = 5,
|
||||
Challenge = 1,
|
||||
Level = 2,
|
||||
Options = 3,
|
||||
Help = 4,
|
||||
About = 5,
|
||||
Exit = 6,
|
||||
};
|
||||
|
||||
struct Button {
|
||||
|
||||
Reference in New Issue
Block a user