aboutsummaryrefslogtreecommitdiff
path: root/go/client
diff options
context:
space:
mode:
Diffstat (limited to 'go/client')
-rw-r--r--go/client/startMenu.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/go/client/startMenu.go b/go/client/startMenu.go
index ff23e826..54c47196 100644
--- a/go/client/startMenu.go
+++ b/go/client/startMenu.go
@@ -44,6 +44,7 @@ func (m *startMenu) build() {
DECK_LIST_WIDTH,
DECK_LIST_HEIGHT,
"deck",
+ true,
)
deckInput.Bg(ui.Gray)
@@ -68,6 +69,7 @@ func (m *startMenu) build() {
START_BUTTON_WIDTH,
START_BUTTON_HEIGHT,
"map",
+ false,
)
if m.mapPath != "" {
@@ -90,6 +92,7 @@ func (m *startMenu) build() {
START_BUTTON_WIDTH,
START_BUTTON_HEIGHT,
"player name",
+ false,
)
if m.playerName != "" {