diff --git a/Levels/ObjectSetups/Level1.xml b/Levels/ObjectSetups/Level1.xml new file mode 100644 index 0000000..2840e1c --- /dev/null +++ b/Levels/ObjectSetups/Level1.xml @@ -0,0 +1,94 @@ + + + + 1.0 + 0.0 + 0.0 + 0.0 + false + 0.000000 + 30.0 + 0.000000 + 1 + 100 + 20 + + + + + + 1.0 + 1.0 + 1.0 + + + + 0.10 + 0.14 + 0.14 + 1.0 + + + + -1.0 + 1.5 + 1.0 + 1.0 + 1.0 + 0.9 + 0.2 + + + + skydome.png + + + + bla + 5.0 + 14.0 + 0.0 + 4.0 + false + 1 + 100 + 0 + 0 + + + + - + 0.0 + 0.0 + 0.0 + 1.0 + false + 0 + 0 + 0 + - + diff --git a/application.cc b/application.cc index 6019fdb..5a35281 100644 --- a/application.cc +++ b/application.cc @@ -8,7 +8,7 @@ Application::Application() { void Application::init() { // choose Level TODO: Choose this in a menu - this->level = Level("0"); + this->level = Level("1"); // Don't change this! ignoredMouseUpdates = 0; cameraLock = true;