mirror of
https://github.com/WiIIiam278/breaking-bad-ds.git
synced 2025-06-18 16:55:31 -04:00
Update more graphics
This commit is contained in:
parent
707dd2765b
commit
6e19c4711c
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 65 KiB |
Binary file not shown.
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 46 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -878,9 +878,9 @@ void Game::StartMenuScreen(bool debugMode)
|
||||
|
||||
if (debugFlag)
|
||||
{
|
||||
StartGame(GAME_STORY_MODE);
|
||||
OpenShopMenu();
|
||||
return;
|
||||
// StartGame(GAME_STORY_MODE);
|
||||
// OpenShopMenu();
|
||||
// return;
|
||||
}
|
||||
|
||||
mode = MAIN_MENU;
|
||||
|
@ -7,7 +7,7 @@ struct Level
|
||||
};
|
||||
|
||||
const int LEVEL_COUNT = 5;
|
||||
const Level LEVEL_STORY_MODE[LEVEL_COUNT + 1] = {
|
||||
/* const Level LEVEL_STORY_MODE[LEVEL_COUNT + 1] = {
|
||||
{
|
||||
8,
|
||||
265
|
||||
@ -32,16 +32,16 @@ const Level LEVEL_STORY_MODE[LEVEL_COUNT + 1] = {
|
||||
1,
|
||||
60
|
||||
}
|
||||
};
|
||||
} */;
|
||||
|
||||
/* const Level LEVEL_STORY_MODE[LEVEL_COUNT + 1] = {
|
||||
{ 1, 999 },
|
||||
const Level LEVEL_STORY_MODE[LEVEL_COUNT + 1] = {
|
||||
{ 1, 999 },
|
||||
{ 1, 999 },
|
||||
{ 1, 999 },
|
||||
{ 1, 999 },
|
||||
{ 16, 500 },
|
||||
{ 1, 999 }
|
||||
}; */
|
||||
};
|
||||
|
||||
|
||||
const Level LEVEL_TUTORIAL = {
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "game.h"
|
||||
|
||||
const bool DEBUG_MODE = false;
|
||||
const bool DEBUG_MODE = true;
|
||||
Game game;
|
||||
|
||||
void RenderGame()
|
||||
|
Loading…
Reference in New Issue
Block a user