Update 2015-03-14T03:53:33.266Z

This commit is contained in:
Riley Shaw 2015-03-13 20:53:33 -07:00
parent 0a53f1c137
commit 0c12031d81

View File

@ -76,7 +76,7 @@ factory.registerCreature({
move: false
});
// initialize our environment with a 10% of our lonely creature
// initialize our environment
var ex1 = new terra.Terrarium(25, 25, {id: 'ex1'});
ex1.grid = ex1.makeGridWithDistribution([['secondCreature', 10], ['simplePlant', 90]]);</code></pre>