Added help information.

This commit is contained in:
2018-03-25 18:24:39 +02:00
parent 8e10be3ea9
commit 85435fef8d
4 changed files with 44 additions and 4 deletions

View File

@@ -29,8 +29,6 @@
# define M_PI 3.14159265f
#endif
#define ACCEL 0.5f
#define TURN_ACCEL (M_PI / FPS) // turn at pi radians / sec
#define SHIP_RADIUS 10.0f // radius of the ship in pixels
void ship_init(struct ship *ship, int x, int y) {