Primer commit
la pilota no deixa de botar mai
This commit is contained in:
12
source/defines.h
Normal file
12
source/defines.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#define SCREEN_WIDTH 320
|
||||
#define SCREEN_HEIGHT 240
|
||||
#define BALL_SIZE 8
|
||||
#define GRAVITY 0.2f
|
||||
#define LOSS 0.75f
|
||||
|
||||
struct color_t
|
||||
{
|
||||
int r,g,b;
|
||||
};
|
||||
Reference in New Issue
Block a user