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

Variables

constexpr float SPAWN_X = 1950.0f
 
constexpr float MIN_Y = 50.0f
 
constexpr float MAX_Y = 1030.0f
 
constexpr float REMOVE_X = -100.0f
 
constexpr float REMOVE_MIN_Y = -50.0f
 
constexpr float REMOVE_MAX_Y = 1130.0f
 

Variable Documentation

◆ MAX_Y

float cli::GameConfig::Screen::MAX_Y = 1030.0f
inlineconstexpr

◆ MIN_Y

float cli::GameConfig::Screen::MIN_Y = 50.0f
inlineconstexpr

◆ REMOVE_MAX_Y

float cli::GameConfig::Screen::REMOVE_MAX_Y = 1130.0f
inlineconstexpr

Definition at line 20 of file GameConfig.hpp.

Referenced by cli::AsteroidSystem::update(), and cli::EnemySystem::update().

◆ REMOVE_MIN_Y

float cli::GameConfig::Screen::REMOVE_MIN_Y = -50.0f
inlineconstexpr

Definition at line 19 of file GameConfig.hpp.

Referenced by cli::AsteroidSystem::update(), and cli::EnemySystem::update().

◆ REMOVE_X

float cli::GameConfig::Screen::REMOVE_X = -100.0f
inlineconstexpr

Definition at line 18 of file GameConfig.hpp.

Referenced by cli::AsteroidSystem::update(), and cli::EnemySystem::update().

◆ SPAWN_X

float cli::GameConfig::Screen::SPAWN_X = 1950.0f
inlineconstexpr