diff --git a/!TheEsc/!RunImage,ff8 b/!TheEsc/!RunImage,ff8 index 4b07c63..568721b 100644 Binary files a/!TheEsc/!RunImage,ff8 and b/!TheEsc/!RunImage,ff8 differ diff --git a/!TheEsc/Makefile,fe1 b/!TheEsc/Makefile,fe1 index 5effb70..944aa5f 100644 --- a/!TheEsc/Makefile,fe1 +++ b/!TheEsc/Makefile,fe1 @@ -26,11 +26,6 @@ Linkflags = -aif -o $@ # Dynamic dependencies: -o.CTheEscape: c.CTheEscape -o.CTheEscape: C:h.swis -o.CTheEscape: C:h.kernel -o.CTheEscape: C:h.kernel -o.CTheEscape: h.Sound o.CTheEscape: c.CTheEscape o.CTheEscape: C:h.swis o.CTheEscape: C:h.kernel diff --git a/!TheEsc/Spr,ff9 b/!TheEsc/Spr,ff9 index 6855ddc..32b7736 100644 Binary files a/!TheEsc/Spr,ff9 and b/!TheEsc/Spr,ff9 differ diff --git a/!TheEsc/c/CTheEscape b/!TheEsc/c/CTheEscape index 2651acc..fa5f7a2 100644 --- a/!TheEsc/c/CTheEscape +++ b/!TheEsc/c/CTheEscape @@ -21,7 +21,7 @@ int lastprofile = 0; #define PLAYER_Y_START 100 #define PLAYER_X_SPEED 10 #define MAX_NPCS 5 -#define MAX_STARS 5 +#define MAX_STARS 10 #define MAX_PROJECTILES 10 //#define PROFILE(X) lastprofile = clock(); X; printf("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t%s %i\n", #X, (clock() - lastprofile)) #define PROFILE(X) X @@ -875,13 +875,6 @@ void game_draw_hud() { draw_sprite("lcars",4,DISPLAY_Y-180); - font_colour(colours[lcars_black],colours[lcars_violet1],font[sys_12_8]); - - draw_text("Shields",75,DISPLAY_Y-62,font[sys_12_8]); - draw_text("Integrity",75,DISPLAY_Y-92,font[sys_12_8]); - draw_text("Velocity",75,DISPLAY_Y-122,font[sys_12_8]); - draw_text("Distance",75,DISPLAY_Y-152,font[sys_12_8]); - font_colour(colours[lcars_violet1],colours[lcars_black],font[sys_12_8]); sprintf(hudbuffer,"%i",Player.shields);