renciso218 / blockly

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

maze template.soy #181

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a new array in Maze.map
2.Run Maze

What is the expected output? 
A new level

What do you see instead?
10 levels

What browser are you using?
Firefox

Please provide any additional information below.
http://code.google.com/p/blockly/source/browse/trunk/apps/maze/template.soy#60 
need fixed (cahnge range(1, 11) to dynamic range)

Original issue reported on code.google.com by leandroc...@gmail.com on 13 Dec 2013 at 6:08

GoogleCodeExporter commented 8 years ago
Since this involves changes to Blockly source code, could you post your 
question to the discussion group?
https://groups.google.com/forum/#!forum/blockly

Original comment by sper...@google.com on 13 Dec 2013 at 7:07

GoogleCodeExporter commented 8 years ago
Good point.  Fixed.

However, editing the array isn't quite enough.  Look for the Maze.MAX_LEVEL 
constant on line 42.

Original comment by neil.fra...@gmail.com on 14 Dec 2013 at 1:27