Skip to content

Commit

Permalink
Use world size to create world.
Browse files Browse the repository at this point in the history
  • Loading branch information
windmillium committed Dec 31, 2011
1 parent 04ffcb7 commit cc7a777
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/World.scala
Expand Up @@ -47,7 +47,8 @@ class World( val height: Int, val depth: Int = 1) {
val wilderness = new Civilization("Wilderness")

loadObjectTemplates
createWorld(40,20,1)

createWorld(width,height,depth)
seedPlantsAndAnimals

def startWeb = {
Expand Down

0 comments on commit cc7a777

Please sign in to comment.