mirror of
https://github.com/thepigeongenerator/breakout_clone.git
synced 2025-12-16 14:05:44 +01:00
make preview image
This commit is contained in:
@@ -5,3 +5,5 @@ I wanted a project to learn C and the SDL framework in, and settled upon this ga
|
||||
- make beeping sound effects
|
||||
- make the game freeze when you lost instead of closing
|
||||
- fix constants in level colision detection
|
||||
|
||||

|
||||
BIN
docs/preview.gif
Normal file
BIN
docs/preview.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 141 KiB |
@@ -4,7 +4,7 @@
|
||||
#define SCREEN_HEIGHT 640
|
||||
|
||||
#define BOUNCER_HEIGHT 5
|
||||
#define BOUNCER_WIDTH_DEFAULT 60
|
||||
#define BOUNCER_WIDTH_DEFAULT 75
|
||||
#define BOUNCER_SPEED 10.0F
|
||||
|
||||
#define BALL_SIZE_DEFAULT 10
|
||||
|
||||
Reference in New Issue
Block a user