Add Scrolling.

This commit is contained in:
VoltZ
2019-11-01 20:50:00 +01:00
committed by GitHub
parent deaab6b9ed
commit da49c38c9f
3 changed files with 48 additions and 3 deletions
+2
View File
@@ -41,6 +41,8 @@
#define BarColor C2D_Color32(57, 84, 114, 255)
#define TopBGColor C2D_Color32(96, 168, 192, 255)
#define BottomBGColor C2D_Color32(38, 44, 77, 255)
#define SelectedColor C2D_Color32(120, 192, 216, 255)
#define UnselectedColor C2D_Color32(77, 118, 132, 255)
#define BLACK C2D_Color32(0, 0, 0, 255)
#define WHITE C2D_Color32(255, 255, 255, 255)
#define TextColor C2D_Color32(102, 179, 255, 255)