mention /quit in legend and add host for final scene

trunk
vilmibm 2023-02-22 21:52:33 +00:00
parent 8e6b2edbc8
commit 717c1b93f1
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ func _main(l *log.Logger, db *signup.DB) error {
title.SetText("[purple]the tilde town sign up portal[-]")
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.SetDynamicColors(true)
@ -266,7 +266,7 @@ func _main(l *log.Logger, db *signup.DB) error {
ok bye have a good one~
`),
"",
nil,
newCharacter("the æther", "the very air around you"),
nil),
}