game: add: goal statistic
This commit is contained in:
@ -82,6 +82,11 @@ class GameConfig
|
||||
*/
|
||||
this.stroke_thickness = response_data.STROKE_THICKNESS;
|
||||
|
||||
/**
|
||||
* @type {Number}
|
||||
*/
|
||||
this.game_max_score = response_data.GAME_MAX_SCORE;
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user