mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 00:38:59 +00:00
Add a fourth button for the Script Browse Feature.
This commit is contained in:
@@ -39,10 +39,11 @@ public:
|
||||
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, 100, 140, 35, -1}, // Language.
|
||||
{90, 160, 140, 35, -1}, // Colors.
|
||||
std::vector<Structs::ButtonPos> mainButtons = {
|
||||
{10, 75, 140, 35, -1}, // ScriptList.
|
||||
{170, 75, 140, 35, -1}, // ScriptBrowse.
|
||||
{10, 140, 140, 35, -1}, // Language.
|
||||
{170, 140, 140, 35, -1}, // Colors.
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user