Lazy re-size of some of the sprites to make them work in mode 15.

This commit is contained in:
stevenhowes
2021-03-26 22:00:20 +00:00
parent 87d70bb986
commit 1c3a32a47e
3 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -21,7 +21,7 @@ extern int current_element;
#define PLAYER_Y_START 100
#define PLAYER_X_SPEED 10
#define MAX_NPCS 5
#define MAX_STARS 49
#define MAX_STARS 5
#define MAX_PROJECTILES 10
enum sprite_e{player_ship, durno_ship, ship_trgt, durno_ship2, ship2_trgt, player_shipl,player_shipr,explode_start,explode_shp2,explode_shp3,explode_shp4,explode_shp5,explode_shp6,explode_shp7,explode_end,photon1,photon2,plasma1,plasma2};