e_md / coach2D done (#2418)

* e_md / coach2D done

* Update d_a_e_md.cpp

---------

Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
This commit is contained in:
TakaRikka
2025-05-04 07:52:18 -07:00
committed by GitHub
parent 211e5f13c7
commit 6637765454
6 changed files with 806 additions and 634 deletions
+5
View File
@@ -160,6 +160,11 @@ public:
calcMtx();
}
void rotateY(f32 rotate) {
mRotateY = rotate;
calcMtx();
}
int getKind() const { return mKind; }
bool isVisible() const { return mVisible; }