Skip to content

Commit

Permalink
added labels to game settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerkrewson committed Apr 14, 2020
1 parent 7f09f2f commit ad236ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ block content
label
input#lobby-settings-wordfirst(type='checkbox')
| Players write first word (not recommended for first time)
label Word pack:
select.form-control#lobby-settings-wordpack
option(disabled='', selected='') Select a word pack...
for item in wordpacks
option #{item}
br
label Time limit:
select.form-control#lobby-settings-timelimit
option(disabled='', selected='') Select a drawing time limit...
option No time limit (recommended)
Expand Down

0 comments on commit ad236ac

Please sign in to comment.