renamed player to players, correct kill position used in gameover, corrected score, MAX_PLAYERS moved to config
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
// Players settings
|
||||
#define MAX_PLAYERS 4
|
||||
|
||||
/* Uncomment below to use the accelerometer base joystic of original implementation */
|
||||
//#define USE_GYRO_JOYSTICK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user