chore: update greet string

This commit is contained in:
Zhongheng Liu 2024-10-23 12:54:53 +03:00
commit 331c625220
Signed by: steven
GPG key ID: DC8F48E7B4C40905

View file

@ -27,7 +27,7 @@ func CreateMenu(stdscr *Window, menu []GameMenuItem) {
win, _ := NewWindow(HEIGHT, WIDTH, y, x) win, _ := NewWindow(HEIGHT, WIDTH, y, x)
win.Keypad(true) win.Keypad(true)
stdscr.Print("Use arrow keys to go up and down, Press enter to select") stdscr.Print("Welcome to Rulmarc, the Role-playing game using LLMs")
stdscr.Refresh() stdscr.Refresh()
printmenu(win, menu, active) printmenu(win, menu, active)