mis en place la PR de simon sur les couleurs
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include "Player.h"
|
||||
|
||||
static const int DAS_MIN_VALUE = 0;
|
||||
static const int DAS_MAX_VALUE = 30;
|
||||
static const int ARR_MIN_VALUE = 0;
|
||||
static const int ARR_MAX_VALUE = 30;
|
||||
static const int SDR_MIN_VALUE = 0;
|
||||
static const int SDR_MAX_VALUE = 6;
|
||||
static const int DAS_MIN_VALUE = 0; // 0ms
|
||||
static const int DAS_MAX_VALUE = 30; // 500ms
|
||||
static const int ARR_MIN_VALUE = 0; // 0ms
|
||||
static const int ARR_MAX_VALUE = 30; // 500ms
|
||||
static const int SDR_MIN_VALUE = 0; // 0ms
|
||||
static const int SDR_MAX_VALUE = 6; // 100ms
|
||||
|
||||
|
||||
Player::Player() {
|
||||
|
||||
Reference in New Issue
Block a user