mention /quit in legend and add host for final scene
parent
8e6b2edbc8
commit
717c1b93f1
|
@ -143,7 +143,7 @@ func _main(l *log.Logger, db *signup.DB) error {
|
||||||
title.SetText("[purple]the tilde town sign up portal[-]")
|
title.SetText("[purple]the tilde town sign up portal[-]")
|
||||||
|
|
||||||
footer := tview.NewTextView()
|
footer := tview.NewTextView()
|
||||||
footer.SetText("type /help and press enter to get help")
|
footer.SetText("type /help and press enter to get help. type /quit and press enter to leave.")
|
||||||
|
|
||||||
msgScroll := tview.NewTextView()
|
msgScroll := tview.NewTextView()
|
||||||
msgScroll.SetDynamicColors(true)
|
msgScroll.SetDynamicColors(true)
|
||||||
|
@ -266,7 +266,7 @@ func _main(l *log.Logger, db *signup.DB) error {
|
||||||
ok bye have a good one~
|
ok bye have a good one~
|
||||||
`),
|
`),
|
||||||
"",
|
"",
|
||||||
nil,
|
newCharacter("the æther", "the very air around you"),
|
||||||
nil),
|
nil),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue