Skip to content

Commit

Permalink
Update marioParty6_frame.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha authored Sep 26, 2024
1 parent fbc411a commit 9f71888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frames/marioParty6_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ def toggle_hide_custom():
parse_stars_button = ctk.CTkButton(master=tabview.tab("Star Handicaps"), command=lambda: handicapEvent_mp6(p1Stars, p2Stars, p3Stars, p4Stars), text="Generate Codes")
parse_stars_button.place(x=10, y=800)

stars6 = ["None", "Blue Star", "Red Star", "Character Space Star", "Happening Star", "Duel Star", "Chance Time Star", "Bowser Star", "DK Star", "Minigame Star", "Current Coins Star", "Coin Star", "Star Star", "Orb Star"]
stars6 = ["None", "Blue Star", "Red Star", "Character Space Star", "Happening Star", "Bowser Star", "Chance Time Star", "Duel Star", "DK Star", "Minigame Star", "Current Coins Star", "Coin Star", "Star Star", "Orb Star"]

label = ctk.CTkLabel(master=tabview.tab("Bonus Star Replacement"), text=" Replace Minigame Star with: ", font=("Arial", 16))
label.grid(row=0, column=0, sticky="w")
Expand Down Expand Up @@ -733,4 +733,4 @@ def toggle_hide_custom():
parse_stars_button.place(x=10, y=800)

return frame


0 comments on commit 9f71888

Please sign in to comment.