d_s_logo work

This commit is contained in:
Jasper St. Pierre
2023-10-14 13:53:16 -07:00
parent 411a467ddc
commit 357ce8687e
3 changed files with 83 additions and 13 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ public:
virtual void drawOut(f32, f32, f32, f32, f32, f32);
virtual void drawOut(f32, f32, f32, f32, f32, f32, f32, f32);
void setWhite(JUtility::TColor white) { mColorWhite = white; }
void setBlack(JUtility::TColor black) { mColorBlack = black; }
void setWhite(JUtility::TColor white) { mColorWhite.set(white); }
void setBlack(JUtility::TColor black) { mColorBlack.set(black); }
private:
/* 0x0CC */ JUTTexture * mpTexture[2];