Main Menu

This commit is contained in:
Starstreak 2025-08-01 17:12:02 +00:00
parent 0b32d8624c
commit df9bd9180a

View file

@ -15,8 +15,10 @@ func main() {
aqua := lipgloss.NewStyle().Foreground(lipgloss.Color("86")).Render
//orange := lipgloss.NewStyle().Foreground(lipgloss.Color("202")).Render
fmt.Println(border.Render("OPP Wars - Organized Crime Edition"))
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("2. Aqcuire Drugs", aqua(""))
t.Row("3. Buy Condoms", aqua("Condoms"))