generated from sigonasr2/CPlusPlusProjectTemplate
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
465 B
19 lines
465 B
#include <string>
|
|
|
|
std::string STORY_TEXT1=R"(ERROR CODE -1: Transmission Failed. Lost Receiving Target Location.
|
|
|
|
GPSNAV-17 - UNABLE TO LOCATE
|
|
GPSNAV-18 - UNABLE TO LOCATE
|
|
GPSNAV-22 - UNABLE TO LOCATE
|
|
GPSNAV-26 - UNABLE TO LOCATE
|
|
GPSNAV-31 - UNABLE TO LOCATE
|
|
GPSNAV-33 - UNABLE TO LOCATE
|
|
GPSNAV-35 - UNABLE TO LOCATE
|
|
|
|
Press any key to continue.)";
|
|
|
|
olc::Pixel TILE_COLORS[3]={
|
|
olc::Pixel(112, 88, 64),
|
|
olc::Pixel(60, 97, 49),
|
|
olc::Pixel(30, 84, 87),
|
|
}; |