Update level select menu with icons and scrollable view

This commit is contained in:
Michal Pikulski
2025-10-29 14:33:19 +01:00
parent f7ee3a979a
commit a020e9af04
8 changed files with 1438 additions and 873 deletions

View File

@@ -30,8 +30,13 @@ namespace Levels
public Sprite mapSprite;
/// <summary>
/// Icon to display for this level switch.
/// Icon to display in UI for this level switch.
/// </summary>
public Sprite menuSprite;
/// <summary>
/// Icon to display for minigame selection, attached to this level.
/// </summary>
public Sprite minigameMenuSprite;
}
}