Files
breakout_clone/src/constants.h
2024-06-10 22:13:49 +02:00

13 lines
240 B
C

#pragma once
#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