You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @fredguth. This is an example based on an older version of Rune.js. The grid.modules array was replaced by grid.children which is used throughout the library as a scene graph. You could try rewriting this example by not copying the grid.modules array and instead getting randomized modules using the grid.getModule() function.
I am trying to replicate: http://printingcode.runemadsen.com/examples/grid/only_once/
This throws an error:
I couldn't find modules in grid. What am I doing wrong?
The text was updated successfully, but these errors were encountered: