diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-16 12:05:25 +0000 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-16 12:05:25 +0000 | 
| commit | eed6c2f88c7c51b7f332df72ec7253cd2355dcc0 (patch) | |
| tree | e21bf15329441941dbbb9b9a0bb97cf7450a2d3c /scripts | |
| parent | Simplify image data 2 (diff) | |
| download | toy-eed6c2f88c7c51b7f332df72ec7253cd2355dcc0.zip | |
Rename playCbt
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/toy.groovy | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index fdcc10f..08c0e73 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -837,7 +837,7 @@ def playNothing = {  		wait(getRandom(10) + 10);  	};  }; -def playCbt = { +def playBeatBalls = {  	final BEATS = [  		// bpm:30, len:60 ],  		[ bpm:90, len:45 ], @@ -1221,7 +1221,7 @@ def sessionPlay = {  			'playStrokes': playStrokes,  			'playEdges': playEdges,  			'playKneel': playKneel, -			'playCbt': playCbt, +			'playBeatBalls': playBeatBalls,  			'playClamps': playClamps,  			'playNothing': playNothing,  			'playBondage': playBondage,  | 
