mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-05 00:38:52 +00:00
Add Settings Stuff. :P
This commit is contained in:
@@ -31,15 +31,18 @@
|
||||
#include "utils/structs.hpp"
|
||||
|
||||
#include <vector>
|
||||
|
||||
class MainMenu : public Screen
|
||||
{
|
||||
public:
|
||||
void Draw(void) const override;
|
||||
void Logic(u32 hDown, u32 hHeld, touchPosition touch) override;
|
||||
private:
|
||||
int Selection = 0;
|
||||
std::vector<Structs::ButtonPos> mainButtons = {
|
||||
{90, 40, 140, 35, -1}, // ScriptList.
|
||||
{90, 160, 140, 35, -1}, // Settings?
|
||||
{90, 100, 140, 35, -1}, // Language.
|
||||
{90, 160, 140, 35, -1}, // Colors.
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user