Skip to content

Commit

Permalink
Where have the headers gone?
Browse files Browse the repository at this point in the history
  • Loading branch information
Tau5 committed Jul 19, 2019
1 parent 0987444 commit 9c3b8f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include <SDL.h>
SDL_Color player_color = {r: 0xFF, g: 0x26, b: 0x26, a: 255};
SDL_Color cubis_color = {r: 0x5B, g: 0x5B, b: 0xFF, a: 255};
3 changes: 3 additions & 0 deletions global.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const int SCREEN_WIDTH = 640;
const int SCREEN_HEIGHT = 200;
const std::string HELP = "HELP\nIn CubiGrav your goal is to get the furthest without touching any obstacle.\nTo do this you can change your position from the roof to the ceiling using th Up and Down keys.";

0 comments on commit 9c3b8f5

Please sign in to comment.