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/src.pro | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index ff63d79..de37d2e 100644 --- a/src/src.pro +++ b/src/src.pro @@ -2,11 +2,11 @@ # Automatically generated by qmake (2.01a) Thu Mar 24 21:28:35 2011 ###################################################################### -include(../platformer.pri) +include(../prism.pri) QT += core gui opengl TEMPLATE = app -TARGET = platformer +TARGET = prism DEPENDPATH += . INCLUDEPATH += . ../libtiled INSTALLS += target @@ -33,7 +33,10 @@ HEADERS += MainWindow.h \ Sprite.h \ Collectible.h \ Hero.h \ - BasicEnemy.h + BasicEnemy.h \ + BarDisplay.h \ + CircularDisplay.h \ + HeadsUpDisplay.h SOURCES += main.cpp \ MainWindow.cpp \ @@ -52,4 +55,7 @@ SOURCES += main.cpp \ Sprite.cpp \ Collectible.cpp \ Hero.cpp \ - BasicEnemy.cpp + BasicEnemy.cpp \ + BarDisplay.cpp \ + CircularDisplay.cpp \ + HeadsUpDisplay.cpp -- cgit v1.2.3