Add Credits Screen and a Spritesheet. ;P

This commit is contained in:
VoltZ
2019-11-12 10:24:38 +01:00
parent 67694a5f96
commit ce426bb7bb
16 changed files with 294 additions and 55 deletions
+5
View File
@@ -28,6 +28,8 @@
#define GUI_HPP
#include "colors.hpp"
#include "sprites.h"
#include "screens/screen.hpp"
#include <3ds.h>
@@ -55,6 +57,9 @@ namespace Gui
// Clear Text.
void clearTextBufs(void);
// Draw a Sprite from the sheet.
void sprite(int key, int x, int y, float ScaleX = 1, float ScaleY = 1);
// Misc.
bool Draw_Rect(float x, float y, float w, float h, u32 color);