diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 1747915..0ba715f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -89,7 +89,8 @@ int main(int argc, char *argv[]){ World *test=new World(); test->generate(SCREEN_WIDTH/2); test->addLayer(400); - test->addLayer(100); + test->addLayer(100); + test->addPlatform(150,100,100,10); currentWorld=test; IndoorWorld *iw=new IndoorWorld(); |