1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

questwindow generate

This commit is contained in:
Laserlicht
2025-09-12 01:20:28 +02:00
parent 8956421c7c
commit bcea795bf5
3 changed files with 41 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ private:
CanvasPtr createCreatureInfoPanel(int boxesAmount) const;
enum CreatureInfoPanelElement{ BONUS_EFFECTS, SPELL_EFFECTS, BUTTON_PANEL, COMMANDER_BACKGROUND, COMMANDER_ABILITIES };
CanvasPtr createCreatureInfoPanelElement(CreatureInfoPanelElement element) const;
CanvasPtr createQuestWindow() const;
AnimationLayoutMap createAdventureMapButton(const ImagePath & overlay);
void createPaletteShiftedSprites();