r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
cli::GameConfig::Asteroid::Large Namespace Reference

Variables

constexpr float HEALTH = 80.0f
 
constexpr float SPEED = 40.0f
 
constexpr float SPRITE_WIDTH = 64.0f
 
constexpr float SPRITE_HEIGHT = 64.0f
 
constexpr float SCALE = 1.5f
 
constexpr float ROTATION_SPEED = 30.0f
 
constexpr float SPAWN_RATE = 4.0f
 

Variable Documentation

◆ HEALTH

float cli::GameConfig::Asteroid::Large::HEALTH = 80.0f
inlineconstexpr

Definition at line 137 of file GameConfig.hpp.

◆ ROTATION_SPEED

float cli::GameConfig::Asteroid::Large::ROTATION_SPEED = 30.0f
inlineconstexpr

Definition at line 142 of file GameConfig.hpp.

◆ SCALE

float cli::GameConfig::Asteroid::Large::SCALE = 1.5f
inlineconstexpr

Definition at line 141 of file GameConfig.hpp.

◆ SPAWN_RATE

float cli::GameConfig::Asteroid::Large::SPAWN_RATE = 4.0f
inlineconstexpr

Definition at line 143 of file GameConfig.hpp.

◆ SPEED

float cli::GameConfig::Asteroid::Large::SPEED = 40.0f
inlineconstexpr

Definition at line 138 of file GameConfig.hpp.

◆ SPRITE_HEIGHT

float cli::GameConfig::Asteroid::Large::SPRITE_HEIGHT = 64.0f
inlineconstexpr

Definition at line 140 of file GameConfig.hpp.

◆ SPRITE_WIDTH

float cli::GameConfig::Asteroid::Large::SPRITE_WIDTH = 64.0f
inlineconstexpr

Definition at line 139 of file GameConfig.hpp.