chore: update greet string
This commit is contained in:
parent
d1c96c5afc
commit
331c625220
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue