Trying to create a retry button

This commit is contained in:
Zoe Roux
2021-06-17 17:58:02 +02:00
parent 1d5cb1b071
commit cc065a2fb6
3 changed files with 13 additions and 13 deletions
+2 -1
View File
@@ -22,12 +22,13 @@ namespace BBM
void _nextColor(WAL::ViewEntity<LobbyComponent, Drawable2DComponent> &entity);
static std::array<std::string, 4> _colors;
static std::array<RAY::Color, 4> _rayColors;
std::array<bool, 4> _colorTaken = {};
public:
static std::array<std::string, 4> colors;
//! @inherit
void onUpdate(WAL::ViewEntity<LobbyComponent, Drawable2DComponent> &entity, std::chrono::nanoseconds dtime) override;