Main Menu
This commit is contained in:
parent
0b32d8624c
commit
df9bd9180a
1 changed files with 3 additions and 1 deletions
4
main.go
4
main.go
|
|
@ -15,8 +15,10 @@ func main() {
|
||||||
aqua := lipgloss.NewStyle().Foreground(lipgloss.Color("86")).Render
|
aqua := lipgloss.NewStyle().Foreground(lipgloss.Color("86")).Render
|
||||||
//orange := lipgloss.NewStyle().Foreground(lipgloss.Color("202")).Render
|
//orange := lipgloss.NewStyle().Foreground(lipgloss.Color("202")).Render
|
||||||
|
|
||||||
|
fmt.Println(border.Render("OPP Wars - Organized Crime Edition"))
|
||||||
|
|
||||||
t := table.New()
|
t := table.New()
|
||||||
t.Row(border.Render("OPP Wars"), aqua("Player Stats"))
|
t.Row(border.Render("MAIN MENU"), aqua("Player Stats"))
|
||||||
t.Row("1. Locker", aqua("Money"))
|
t.Row("1. Locker", aqua("Money"))
|
||||||
t.Row("2. Aqcuire Drugs", aqua(""))
|
t.Row("2. Aqcuire Drugs", aqua(""))
|
||||||
t.Row("3. Buy Condoms", aqua("Condoms"))
|
t.Row("3. Buy Condoms", aqua("Condoms"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue