mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 22:10:59 -04:00
d_mesg
This commit is contained in:
@@ -96,7 +96,9 @@ public:
|
||||
setBlendColorRatio(f1, f2, f3, f4);
|
||||
setBlendAlphaRatio(f1, f2, f3, f4);
|
||||
}
|
||||
const JUtility::TColor& getWhite() const { return mColorWhite; }
|
||||
bool setWhite(JUtility::TColor white) { mColorWhite = white; return true; }
|
||||
const JUtility::TColor& getBlack() const { return mColorBlack; }
|
||||
bool setBlack(JUtility::TColor black) { mColorBlack = black; return true; }
|
||||
bool setBlackWhite(JUtility::TColor black, JUtility::TColor white) {
|
||||
mColorBlack = black;
|
||||
@@ -121,9 +123,7 @@ public:
|
||||
void load(u8 i) { mpTexture[i]->load((GXTexMapID)i); }
|
||||
|
||||
// TODO
|
||||
void getBlack() const {}
|
||||
void getCornerColor(J2DPicture::TCornerColor&) const {}
|
||||
void getWhite() const {}
|
||||
|
||||
protected:
|
||||
/* 0x0CC */ JUTTexture* mpTexture[4];
|
||||
|
||||
@@ -68,7 +68,7 @@ public:
|
||||
virtual void resize(f32, f32);
|
||||
virtual u16 getTypeID() { return 19; };
|
||||
|
||||
private:
|
||||
public:
|
||||
/* 0xCC */ JUTFont* mpFont;
|
||||
/* 0xD0 */ JUtility::TColor mCharColor;
|
||||
/* 0xD4 */ JUtility::TColor mGradColor;
|
||||
|
||||
Reference in New Issue
Block a user