From a0f7ab0f77fa81b77d03de751e4a5f4e07c49d25 Mon Sep 17 00:00:00 2001 From: Samu Laaksonen Date: Thu, 18 Oct 2012 23:58:18 +0300 Subject: Box2d precommit Added - box2d source codes to be added in project when there is no longer cba - some base ideas to display classes Improved - level loading : layer with property "solid" is now loaded tile by tile, this allows adding static rigid bodies to these items for collision detection --- src/GameView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GameView.cpp') diff --git a/src/GameView.cpp b/src/GameView.cpp index 3ba2631..d518f1f 100644 --- a/src/GameView.cpp +++ b/src/GameView.cpp @@ -39,7 +39,7 @@ GameView::GameView(QWidget *parent) : m_gameTimer = new QTimer(this); connect(m_gameTimer, SIGNAL(timeout()), this, SLOT(updateSceneLogic())); - showScene(menuScene); + showScene(levelSelectionScene); } GameView *GameView::instance() -- cgit v1.2.3