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/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 5691abc..da8d58b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,8 +22,8 @@ int main(int argc, char *argv[]) const QString &app_path = QApplication::applicationDirPath(); s.setValue("path/data", app_path); - s.setValue("path/gfx", app_path + "/gfx"); - s.setValue("path/levels", app_path + "/levels"); + s.setValue("path/gfx", app_path + "/data/gfx"); + s.setValue("path/levels", app_path + "/data/levels"); } MainWindow mw; -- cgit v1.2.3