mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-17 01:32:21 +02:00
Improved Main menu
1) Added option to use custom logo and sublogo on Main menu, Scenario selection and Loading screen 2) Added option to use custom loading bar frame on Loading screen
This commit is contained in:
@ -192,7 +192,10 @@ public:
|
||||
class CLoadingScreen : virtual public CWindowObject, virtual public Load::Progress
|
||||
{
|
||||
std::vector<std::shared_ptr<CAnimImage>> progressBlocks;
|
||||
|
||||
std::shared_ptr<CPicture> loadFrame;
|
||||
std::shared_ptr<CPicture> logo;
|
||||
std::shared_ptr<CPicture> sublogo;
|
||||
|
||||
ImagePath getBackground();
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user