This commit is contained in:
2026-05-02 22:27:00 +02:00
parent c46443e2f4
commit d9769bdbbb
2 changed files with 12 additions and 2 deletions

View File

@@ -21,5 +21,7 @@ GAME_ENTITY(Player)
std::shared_ptr<Game::Renderer::Texture> mGroundTex;
bool mIsShipMode = true;
float mShoreMargin = 40.f;
float mStateTransitionCooldown = 1.f;
float mStateTransitionCooldownTimer = 0.f;
END_GAME_ENTITY()
}