Fixed dungeon thumbnail to better fit in view
This commit is contained in:
parent
aeeb15cb12
commit
ac10c8a2fc
3 changed files with 7 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue