diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 5d578aa..ff36b69 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -71,6 +71,7 @@ int main(int argc, char *argv[]){ **************************/ World *test=new World(SCREEN_WIDTH/2); + test->addLayer(400); currentWorld=test; player=new Player(); player->spawn(0,100); |