16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 00:49:19 +02:00

random start screen image

This commit is contained in:
milek7
2019-10-30 20:28:53 +01:00
parent b48daaf890
commit 6a17b134dc
7 changed files with 24 additions and 5 deletions

View File

@@ -26,7 +26,6 @@ void launcher_mode::enter()
simulation::is_ready = false;
m_userinterface->set_background( "logo" );
Application.set_title(Global.AppName);
}

View File

@@ -12,6 +12,8 @@ launcher_ui::launcher_ui()
add_external_panel(&m_scenerylist_panel);
add_external_panel(&m_keymapper_panel);
add_external_panel(&m_vehiclepicker_panel);
load_random_background();
}
bool launcher_ui::on_key(const int Key, const int Action)