From 1cf5a427a829b22abea7027b18a130a01da3ed6a Mon Sep 17 00:00:00 2001 From: Samu Laaksonen Date: Fri, 28 Sep 2012 22:36:58 +0300 Subject: Rename commit Renamed some files according the project name Added base directory structure for resources Changed more fitting parallax scrolled background to menus - added 3 new layers as resources Changed more cheerful buttons to menus Added base classes to build HUD later on Added one new test level that is size of 800*480 with tilesize of 32*32 --- src/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MainWindow.cpp') diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index cac85c1..6e6aa04 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -6,7 +6,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { resize(800, 480); - setWindowTitle("Generic platformer base, version 0.0.1 alpha"); + setWindowTitle("prism, version 0.0.3"); setCentralWidget(m_gameView->instance()); } -- cgit v1.2.3