Fixed dungeon thumbnail to better fit in view

This commit is contained in:
Max 2025-03-03 16:32:58 +01:00
parent aeeb15cb12
commit ac10c8a2fc
3 changed files with 7 additions and 2 deletions

View file

@ -28,7 +28,6 @@ public class DungeonSelectMenuController : MonoBehaviour
_start = root.Q<Button>("Start");
_start.clicked += StartClicked;
_dungeonName = root.Q<Label>("DungeonName");
GameEvents.ShowingDungeon += ShowDungeon;
GameEvents.ShowingFirstDugeon += () => SetPreviousButtonEnabled(false);