forked from tildetown/town
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[-]")
|
||||
|
||||
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),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue