mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
my latest work.
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ namespace Gui
|
||||
|
||||
// Draw a Sprite from the sheet.
|
||||
void sprite(int key, int x, int y, float ScaleX = 1, float ScaleY = 1);
|
||||
|
||||
void spriteBlend(int key, int x, int y, float ScaleX = 1, float ScaleY = 1);
|
||||
void DrawArrow(int x, int y, float rotation = 0);
|
||||
|
||||
// Misc.
|
||||
|
||||
@@ -52,6 +52,7 @@ private:
|
||||
{295, 0, 25, 25, -1}, // Arrow Up.
|
||||
{295, 215, 25, 25, -1}, // Arrow Down.
|
||||
{0, 215, 25, 25, -1}, // Back Arrow.
|
||||
{0, 0, 25, 25, -1}, // Download All.
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user