ajouté interface textuelle
This commit is contained in:
@@ -118,7 +118,7 @@ void GameParameters::updateStats() {
|
||||
if (this->level < 0) {
|
||||
this->gravity = gravityPerLevel[0];
|
||||
}
|
||||
else if (this->gravity > 20) {
|
||||
else if (this->level > 20) {
|
||||
this->gravity = gravityPerLevel[20];
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user