X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flaunchscreen.cpp;h=972b311188a576ffbda6f741e23dd6e84342c50f;hb=7857d6ec5961f94bc926b1a969f2c841713f9650;hp=4fd08836d4b8dc7448376f628cf8a4c6dd67ae93;hpb=35332818fc6bad98fe77831de2c51a11326e31aa;p=libs%2Fdemoscene.git diff --git a/source/launchscreen.cpp b/source/launchscreen.cpp index 4fd0883..972b311 100644 --- a/source/launchscreen.cpp +++ b/source/launchscreen.cpp @@ -6,9 +6,9 @@ using namespace Msp; -LaunchScreen::LaunchScreen(DataFile::Collection &resources): - font(resources.get("ikarius-48.font")), - tech(resources.get("basic_text.tech")), +LaunchScreen::LaunchScreen(Resources &resources): + font(resources.get_ui_font()), + tech(resources.get_ui_text_technique()), countdown(font, &tech), countdown_value(0), enter_prompt(font, &tech),