menu
This commit is contained in:
@@ -12,6 +12,7 @@ GAME_ENTITY(Player)
|
||||
void setGroundTexture(std::shared_ptr<Game::Renderer::Texture> tex);
|
||||
void respawnRandomSea(float landBoundaryX);
|
||||
bool isShipMode() const { return mIsShipMode; }
|
||||
void setShipMode(bool isShip) { mIsShipMode = isShip; } // Set form state for replay
|
||||
void onCollisionEnter(Object::Entity* other) override;
|
||||
private:
|
||||
Object::Sound mSound;
|
||||
|
||||
Reference in New Issue
Block a user