Skip to content

Commit aa93b61

Browse files
committed
Updated version number to "1.0" and removed BLOCK_WIDTH and BLOCK_HEIGHT from "progInfo.HH"
1 parent 5991271 commit aa93b61

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/progInfo.HH

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define __PROGINFO__
2020

2121
#define PROGRAM_NAME "BlockBreakHC"
22-
#define PROGRAM_VERSION "0.9"
22+
#define PROGRAM_VERSION "1.0"
2323

2424
#define SCREEN_WIDTH 640
2525
#define SCREEN_HEIGHT 472
@@ -37,9 +37,6 @@
3737
#define PLAYER_START_X (SCREEN_WIDTH / 2) - (PLAYER_WIDTH / 2)
3838
#define PLAYER_START_Y (SCREEN_HEIGHT - PLAYER_HEIGHT) - 24
3939

40-
#define BLOCK_WIDTH 32
41-
#define BLOCK_HEIGHT 16
42-
4340
#define BLOCK_MAX_SIZE 255
4441

4542
#endif

0 commit comments

Comments
 (0)