test
This commit is contained in:
@@ -14,5 +14,11 @@ namespace Game::AGame {
|
||||
float mMoveSpeedX = 0.f;
|
||||
float mMoveSpeedY = 0.f;
|
||||
float mDirectionChangeTimer = 0.f;
|
||||
bool mOnSea = false;
|
||||
static constexpr float CLEANUP_RADIUS = 50.f;
|
||||
static constexpr int CLEANUP_SCORE_BONUS = 5;
|
||||
static constexpr float LAND_SPEED_MIN = 20.f;
|
||||
static constexpr float LAND_SPEED_MAX = 50.f;
|
||||
static constexpr float SEA_SPEED = 14.f;
|
||||
END_GAME_ENTITY()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user