Fight other entities while bumping them, without any weapon

This commit is contained in:
Yohann D'ANELLO
2020-11-11 01:04:30 +01:00
parent 9909b12501
commit c5e6459d37
3 changed files with 9 additions and 14 deletions

View File

@ -27,7 +27,6 @@ class Settings:
['d', 'Touche principale pour aller vers la droite']
self.KEY_RIGHT_SECONDARY = \
['KEY_RIGHT', 'Touche secondaire pour aller vers la droite']
self.KEY_FIGHT = ['f', 'Touche pour frapper un ennemi']
self.KEY_ENTER = \
['\n', 'Touche pour valider un menu']
self.TEXTURE_PACK = ['ascii', 'Pack de textures utilisé']