Added a title.

This commit is contained in:
2014-03-09 16:00:40 -04:30
parent 83cdd38c41
commit 2628c2d22f
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
#include "constants.h"
#include "game_over.h"
static const char * title = "TITLE PENDING";
static const char * title = "NOT SO ROGUE-LIKE";
static const char * subtitle = "A game for the Cyberpunk Jam 2014";
static const char * aWinnerIsYou = "You have completed the scenario!";
static const char * thanks = "Thank you for playing.";

View File

@@ -10,7 +10,7 @@
#include "constants.h"
#include "main_menu.h"
static const char * title = "TITLE PENDING";
static const char * title = "NOT SO ROGUE-LIKE";
static const char * subtitle = "A game for the Cyberpunk Jam 2014";
static const char * opt1 = "New game";
static const char * opt2 = "Replay intro";