Playable build (re-enabled intros etc)

This commit is contained in:
stevenhowes
2021-04-22 20:12:00 +01:00
parent 2bc331d336
commit 217f20f44e
5 changed files with 3 additions and 3 deletions
Binary file not shown.
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -5,8 +5,8 @@
#include "Sound.h"
#include "Graphics.h"
#define SKIP_INTRO
#define SKIP_MISSION1
//#define SKIP_INTRO
//#define SKIP_MISSION1
//#define SKIP_MISSION2
// SWI Registers
+1 -1
View File
@@ -164,7 +164,7 @@ void game2_briefing()
screen_clear();
draw_spritetext(
"~~~~~~~~{ chief engineers log - uss archimedes - stardate 1234567890 ==}\n\n\nyour mission is to be dead until i make mission 2. \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n~~~~~~~~{======================~~~~~~~~===========================}"
"~~~~~~~~{ chief engineers log - uss archimedes - stardate 1234567890 ==}\n\n\ndo stuff on the ship. not sure what yet. go for a wander. \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n~~~~~~~~{======================~~~~~~~~===========================}"
, 50, 950);
draw_sprite("spacebar",(DISPLAY_X/2)-106,50);
Binary file not shown.