Variables | |
constexpr float | HEALTH = 1.0f |
constexpr float | DAMAGE = 5.0f |
constexpr float | SPEED = 80.0f |
constexpr float | SPRITE_WIDTH = 32.0f |
constexpr float | SPRITE_HEIGHT = 32.0f |
constexpr float | SCALE = 2.0f |
constexpr float | SHOOT_COOLDOWN = 2.0f |
constexpr float | SPAWN_RATE = 2.0f |
constexpr int | ANIMATION_FRAMES = 4 |
constexpr float | ANIMATION_DURATION = 0.5f |
constexpr int | FRAMES_PER_ROW = 4 |
|
inlineconstexpr |
Definition at line 94 of file GameConfig.hpp.
Referenced by cli::SpawnSystem::spawnEnemy(), and cli::SpawnSystem::spawnWave().
|
inlineconstexpr |
Definition at line 93 of file GameConfig.hpp.
Referenced by cli::SpawnSystem::spawnEnemy(), and cli::SpawnSystem::spawnWave().
|
inlineconstexpr |
Definition at line 86 of file GameConfig.hpp.
Referenced by cli::SpawnSystem::spawnEnemy(), and cli::SpawnSystem::spawnWave().
|
inlineconstexpr |
Definition at line 95 of file GameConfig.hpp.
Referenced by cli::SpawnSystem::spawnEnemy(), and cli::SpawnSystem::spawnWave().
|
inlineconstexpr |
Definition at line 85 of file GameConfig.hpp.
Referenced by cli::SpawnSystem::spawnEnemy(), and cli::SpawnSystem::spawnWave().
|
inlineconstexpr |
Definition at line 90 of file GameConfig.hpp.
Referenced by cli::SpawnSystem::spawnEnemy(), and cli::SpawnSystem::spawnWave().
|
inlineconstexpr |
Definition at line 91 of file GameConfig.hpp.
Referenced by cli::SpawnSystem::spawnEnemy(), and cli::SpawnSystem::spawnWave().
|
inlineconstexpr |
Definition at line 92 of file GameConfig.hpp.
Referenced by cli::SpawnSystem::update().
|
inlineconstexpr |
Definition at line 87 of file GameConfig.hpp.
Referenced by cli::SpawnSystem::spawnEnemy(), and cli::SpawnSystem::spawnWave().
|
inlineconstexpr |
Definition at line 89 of file GameConfig.hpp.
Referenced by cli::SpawnSystem::spawnEnemy(), and cli::SpawnSystem::spawnWave().
|
inlineconstexpr |
Definition at line 88 of file GameConfig.hpp.
Referenced by cli::SpawnSystem::spawnEnemy(), cli::SpawnSystem::spawnWave(), and cli::EnemySystem::update().