mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-14 12:24:16 -04:00
d_picture_box mostly matching for GZLE01 (#1125)
* initial progress * more progress * more progress * d_picture_box mostly matching for GZLE01 Unable to resolve the regswap in dJle_Pb_c::draw() * reverted some changes to member names * filled missing enum value * PR changes made * renamed some fields
This commit is contained in:
@@ -54,8 +54,9 @@ public:
|
||||
virtual void move(f32 x, f32 y);
|
||||
virtual void add(f32 x, f32 y);
|
||||
|
||||
// fakematch, this getter doesn't exist
|
||||
// fakematch, these getters don't exist
|
||||
f32 resize__getMinX() const { return mBounds.i.x; }
|
||||
f32 resize__getMinY() const { return mBounds.i.y; }
|
||||
virtual void resize(f32 w, f32 h) {
|
||||
f32 x = resize__getMinX();
|
||||
x += w;
|
||||
|
||||
Reference in New Issue
Block a user