test
This commit is contained in:
@@ -27,7 +27,7 @@ GAME_ENTITY(Background)
|
||||
int mPendingLevelStage = 0;
|
||||
// Periodic friendly spawn settings
|
||||
float mFriendlySpawnAvgInterval = 6.f; // average seconds between spawns
|
||||
int mMaxAutoFriendlies = 7; // hard cap for total active friendlies
|
||||
int mMaxAutoFriendlies = 2; // hard cap for total active friendlies
|
||||
std::shared_ptr<Game::Renderer::Texture> mSeaTex;
|
||||
std::shared_ptr<Game::Renderer::Texture> mEnemyTex;
|
||||
std::shared_ptr<Game::Renderer::Texture> mTrashTex;
|
||||
|
||||
Reference in New Issue
Block a user