diff --git a/index.html b/index.html index 41e288c..ab4be38 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,8 @@
Getting started is as easy as including the script!
<script src="path/to/terra.min.js"></script>
terra can also be used as a module with most popular module systems. ?
+
+
Let's create a simple creature using the creatureFactory. Each creature requires a type.
@@ -119,7 +121,7 @@ cyclic.animate();Creature type, to be used later in populate( ).
+Creature type, to be used later in populate( ).
Once initialized, terrariums have a few exposed methods. Using our terrarium t
that we just created:
Once initialized, terrariums have a few exposed methods. Using our terrarium t
that we just created:
t.populate(creatures);
//populates the terrarium with a set distribution of creatures.
//<creatures> is an array of arrays of the form [string 'creatureName', int fillPercent]