some J2DWindow matches

This commit is contained in:
Jasper St. Pierre
2023-10-11 23:36:00 -07:00
parent f1ee93c138
commit bfc681d486
3 changed files with 190 additions and 17 deletions
+4 -1
View File
@@ -33,7 +33,10 @@ public:
/* 0x0DC */ JUTTexture * mpContentsTexture;
/* 0x0E0 */ JGeometry::TBox2<f32> mWindowBox;
/* 0x0F0 */ JUTPalette * mpPalette;
/* 0x0F4 */ JUtility::TColor mColor[4];
/* 0x0F4 */ JUtility::TColor mColorTL;
/* 0x0F8 */ JUtility::TColor mColorTR;
/* 0x0FC */ JUtility::TColor mColorBL;
/* 0x100 */ JUtility::TColor mColorBR;
/* 0x104 */ JUtility::TColor mFrameColor[2];
/* 0x10C */ s16 mTextureWidth;
/* 0x10E */ s16 mTextureHeight;