thealphadollar / brkout

A game made using PyGame under CodeClub as a learning project.
MIT License
8 stars 19 forks source link

Added player name. You can edit it and it saves to a file. Added new buttons and input field classes. #46

Closed amrit-choudhary closed 5 years ago

amrit-choudhary commented 5 years ago

Fixes #25

How to :

  1. The default name shows on bottom left.
  2. Click on the small edit button on the right of the name.
  3. Type your new name.
  4. Click on the green edit button.

They use the new Button and Input field classes.

Know Issues: Keeping keys pressed for long will slow it. Type one key at a time and in short keystrokes.

amrit-choudhary commented 5 years ago

Made the changes requested. Here's a screenshot of how the name edit function looks

Normal: capture

During Edit: captureedit

amrit-choudhary commented 5 years ago

Done

amrit-choudhary commented 5 years ago

fixed