Skip to content

Commit

Permalink
Update menu_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mtc-20 authored Dec 20, 2019
1 parent 272b44f commit 528dcda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
FPS = 24.0
WINDOW_SIZE = (640,480)
ABOUT = ['Autologger v0.1',
'Author: @bathonSpidey, @mtc-20',
'Author: @Spidey, @mtc-20',
pygameMenu.locals.TEXT_NEWLINE,
'Email: [email protected]'.format(pygameMenu.__email__)]

Expand Down Expand Up @@ -99,4 +99,4 @@ def main(test=False):

if __name__ == '__main__':
main()


0 comments on commit 528dcda

Please sign in to comment.