change bouncer hit angle

This commit is contained in:
Quinn
2024-06-10 22:13:49 +02:00
parent d28ebc81dd
commit 5289b233a9
2 changed files with 16 additions and 8 deletions

View File

@@ -2,6 +2,11 @@
#define SCREEN_WIDTH 960
#define SCREEN_HEIGHT 640
#define BOUNCER_HEIGHT 5
#define BOUNCER_WIDTH_DEFAULT 60
#define BALL_SIZE_DEFAULT 10
#define BALL_SPEED 0.3F
#define PI 3.14159265358979323846F // pi was being fucky! :D