mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Slight changes.
This commit is contained in:
+15
-15
@@ -28,23 +28,23 @@
|
||||
#include "structs.hpp"
|
||||
|
||||
static const std::vector<Structs::ButtonPos> GridBoxes = {
|
||||
{25, 45, 50, 50},
|
||||
{100, 45, 50, 50},
|
||||
{175, 45, 50, 50},
|
||||
{250, 45, 50, 50},
|
||||
{325, 45, 50, 50},
|
||||
{ 25, 45, 50, 50 },
|
||||
{ 100, 45, 50, 50 },
|
||||
{ 175, 45, 50, 50 },
|
||||
{ 250, 45, 50, 50 },
|
||||
{ 325, 45, 50, 50 },
|
||||
|
||||
{25, 105, 50, 50},
|
||||
{100, 105, 50, 50},
|
||||
{175, 105, 50, 50},
|
||||
{250, 105, 50, 50},
|
||||
{325, 105, 50, 50},
|
||||
{ 25, 105, 50, 50 },
|
||||
{ 100, 105, 50, 50 },
|
||||
{ 175, 105, 50, 50 },
|
||||
{ 250, 105, 50, 50 },
|
||||
{ 325, 105, 50, 50 },
|
||||
|
||||
{25, 165, 50, 50},
|
||||
{100, 165, 50, 50},
|
||||
{175, 165, 50, 50},
|
||||
{250, 165, 50, 50},
|
||||
{325, 165, 50, 50}
|
||||
{ 25, 165, 50, 50 },
|
||||
{ 100, 165, 50, 50 },
|
||||
{ 175, 165, 50, 50 },
|
||||
{ 250, 165, 50, 50 },
|
||||
{ 325, 165, 50, 50 }
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user