r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
gameOver.cpp File Reference
#include "RTypeClientMulti/Scenes/GameOver.hpp"
#include "ECS/Component.hpp"
#include "Utils/Common.hpp"
#include <cmath>
+ Include dependency graph for gameOver.cpp:

Go to the source code of this file.

Namespaces

namespace  gme
 

Variables

static constexpr eng::Color RED_COLOR = {.r = 255U, .g = 50U, .b = 50U, .a = 255U}
 
static constexpr eng::Color WHITE_COLOR = {.r = 255U, .g = 255U, .b = 255U, .a = 255U}
 

Variable Documentation

◆ RED_COLOR

eng::Color RED_COLOR = {.r = 255U, .g = 50U, .b = 50U, .a = 255U}
staticconstexpr

Definition at line 6 of file gameOver.cpp.

Referenced by gme::GameOverScene::GameOverScene().

◆ WHITE_COLOR

eng::Color WHITE_COLOR = {.r = 255U, .g = 255U, .b = 255U, .a = 255U}
staticconstexpr

Definition at line 7 of file gameOver.cpp.

Referenced by gme::GameOverScene::GameOverScene().