mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-04 16:49:06 +00:00
See Description for changes.
- Remove GodMode & deleteTitle function. - Add a new Bar & Selector Graphic. - Change Color Selector UI.
This commit is contained in:
@@ -41,11 +41,11 @@ private:
|
||||
int Selection = 0;
|
||||
|
||||
std::vector<Structs::ButtonPos> mainButtons = {
|
||||
{10, 70, 140, 40}, // Scripts.
|
||||
{170, 70, 140, 40}, // UniStore.
|
||||
{10, 145, 140, 40}, // Settings.
|
||||
{170, 145, 140, 40}, // FTP.
|
||||
{0, 215, 25, 25}, // Back Arrow.
|
||||
{0, 60, 149, 52}, // UniStore.
|
||||
{162, 60, 149, 52}, // Scripts.
|
||||
{0, 130, 149, 52}, // Settings.
|
||||
{162, 130, 149, 52}, // FTP.
|
||||
{0, 215, 25, 25} // Back Arrow.
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user