This commit is contained in:
2026-05-19 22:35:10 +02:00
parent d93e71e716
commit 0b45643ef2
21 changed files with 806 additions and 235 deletions

View File

@@ -162,8 +162,9 @@ namespace Game::AGame {
setTexture(mGroundTex);
}
// Push replay
// Push replay (position and form state)
GameManager::pushPlayerPosition(mTransform);
GameManager::pushPlayerFormState(mIsShipMode);
}
void Player::onCollisionEnter(Object::Entity* other) {