Remove ball threshold (tempoarly)
This commit is contained in:
parent
18613261bc
commit
d8595c83ad
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ var _COLOR_GRASS = '#388E3C',
|
|||
|
||||
var _MAX_BRACKET = 100,
|
||||
_BALL_SPEED = 100,
|
||||
_BALL_SPEED_THRESHOLD = 10,
|
||||
// _BALL_SPEED_THRESHOLD = 10,
|
||||
_BALL_SPEED_THRESHOLD = 0,
|
||||
_HOLE_WIDTH = 15
|
||||
|
||||
$(function(){
|
||||
|
|
Reference in a new issue