restructure and add server/client example
This commit is contained in:
14
shared/inc/canvas/BackGroundColors.hpp
Normal file
14
shared/inc/canvas/BackGroundColors.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include <raylib.h>
|
||||
|
||||
class BackGroundColors
|
||||
{
|
||||
public:
|
||||
static void setColor(int color, int time);
|
||||
static Color backGroundColor;
|
||||
|
||||
static Color MountenColor1;
|
||||
static Color MountenColor2;
|
||||
static Color MountenColor3;
|
||||
constexpr static Color moonColor = {240, 240, 190, 255};
|
||||
constexpr static Color starColor = WHITE;
|
||||
};
|
Reference in New Issue
Block a user