Made menu more consistent

This commit is contained in:
Starstreak 2025-08-01 17:21:18 +00:00
parent df9bd9180a
commit 2b5a369967

View file

@ -13,17 +13,17 @@ var border = lipgloss.NewStyle().
func main() { 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 pink := lipgloss.NewStyle().Foreground(lipgloss.Color("201")).Render
fmt.Println(border.Render("OPP Wars - Organized Crime Edition")) fmt.Println(border.Render("OPP Wars - Organized Crime Edition"))
t := table.New() t := table.New()
t.Row(border.Render("MAIN MENU"), aqua("Player Stats")) t.Row(border.Render("MAIN MENU"), border.Render("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"))
t.Row("4. Hit the Streets", aqua("Experience")) t.Row("4. Hit the Streets", aqua("Experience"))
t.Row("5. Find Whore", aqua("Whores")) t.Row("5. Find Whore", pink("Whores"))
t.Row("6. Pay off Judge", aqua("Bribes Rating")) t.Row("6. Pay off Judge", aqua("Bribes Rating"))
t.Row("7. Union", aqua("Rank")) t.Row("7. Union", aqua("Rank"))
t.Row("8. Doctor", aqua("Diseases")) t.Row("8. Doctor", aqua("Diseases"))