Skip to content

Commit 156b47d

Browse files
authored
Update and rename SnakeGame.py to main.py
1 parent 47b3462 commit 156b47d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SnakeGame.py renamed to main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,4 +737,4 @@ def start_game_with_selected_color():
737737
bg=login_bg_color, fg=colors[mode]['text'], command=submit, relief='raised')
738738
submit_button.place(relx=0.5, rely=0.65, anchor="center")
739739

740-
window.mainloop()
740+
window.mainloop()

0 commit comments

Comments
 (0)