mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 14:13:27 -04:00
Work on d_msg_scrn_item (#2188)
This commit is contained in:
@@ -138,6 +138,8 @@ public:
|
||||
|
||||
MtxP getGlbMtx() { return mGlobalMtx; }
|
||||
|
||||
JGeometry::TBox2<f32>& getGlbBounds() { return mGlobalBounds; }
|
||||
|
||||
void setMtx(Mtx m) { MTXCopy(m, mPositionMtx); }
|
||||
|
||||
void translate(f32 transX, f32 transY) {
|
||||
|
||||
Reference in New Issue
Block a user