ajardon/blockly

unable to control the capacity of block in any level

Closed this issue · 2 comments

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

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

  • Changed state: Invalid
thanx a trillion... it worked. thanx again

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