X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FYoinkApp.cc;h=77f5c7318d0a9b8f7676e305f020c4d492ae2b7a;hp=597a74ff79d24b11a7bf54d7dc91e5dfc6758ed1;hb=5250c138b1a692e4e893a8f424d2856e519fd652;hpb=25aefe01ef7dbdb603c51411e04b0d6a6107684f diff --git a/src/YoinkApp.cc b/src/YoinkApp.cc index 597a74f..77f5c73 100644 --- a/src/YoinkApp.cc +++ b/src/YoinkApp.cc @@ -102,7 +102,7 @@ static std::string iconFile() YoinkApp::YoinkApp(int argc, char* argv[]) : Mf::Engine(argc, argv, configFiles(), PACKAGE_STRING, iconFile()), - music("BeatTheCube"), + music("NightFusionIntro"), punchSound("RobotPunch") { Mf::dispatcher::addHandler("video.context_recreated", @@ -174,7 +174,7 @@ void YoinkApp::contextRecreated(const Mf::Notification* note) void YoinkApp::update(Mf::Scalar t, Mf::Scalar dt) { - dt *= 0.7; + //dt *= 0.7; music.update(t, dt); fadeIn.update(dt);