iScsc / PAC-MAN

developing the original version of PAC-MAN in Python
GNU General Public License v3.0
1 stars 0 forks source link

Edit Player.py #51

Closed Akainoru closed 1 year ago

Akainoru commented 1 year ago

for 'movements', what we only need to do is to set its values as True if the corresponding key has been pressed during the event getting time at least one time or if it was pressed before and not unpressed

that's it ?