WIP: Credits & Language Screen Rewrite.

This commit is contained in:
StackZ
2020-04-09 04:06:02 +02:00
parent 6bab9b0e32
commit 994f62799c
7 changed files with 213 additions and 106 deletions
+4 -1
View File
@@ -38,7 +38,10 @@ public:
void Draw(void) const override;
void Logic(u32 hDown, u32 hHeld, touchPosition touch) override;
private:
int creditsPage = 1;
void DrawBottom(void) const;
int creditsPage = 0;
int screenPos = 0;
int Selection = 0;
std::vector<Structs::ButtonPos> arrowPos = {
{0, 215, 25, 25}, // Back Arrow.