fengzhangli / blockly

Automatically exported from code.google.com/p/blockly
0 stars 0 forks source link

unable to control the capacity of block in any level #239

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i am unable to increase or decrease the capacity of block in any level. how can 
i control the capacity of blocks in any level?

Original issue reported on code.google.com by neerajsk24@gmail.com on 4 Jul 2014 at 12:50

GoogleCodeExporter commented 8 years ago
Assuming you mean the Maze application, it is just the Maze.MAX_BLOCKS variable:
https://code.google.com/p/blockly/source/browse/trunk/apps/maze/maze.js#48

Assuming you mean Blockly itself, it is the maxBlocks parameter in the config:
https://code.google.com/p/blockly/wiki/Installation#Configuration

Original comment by neil.fra...@gmail.com on 4 Jul 2014 at 1:25

GoogleCodeExporter commented 8 years ago
thanx a trillion... it worked. thanx again

Original comment by neerajsk24@gmail.com on 4 Jul 2014 at 1:36