Archived
4
1
Fork 0

Remove ball threshold (tempoarly)

This commit is contained in:
Simon Giesel 2017-06-20 14:42:34 +02:00
parent 18613261bc
commit d8595c83ad

View file

@ -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(){