Fight other entities

This commit is contained in:
Yohann D'ANELLO
2020-11-11 00:50:47 +01:00
parent 5addd42535
commit 9909b12501
3 changed files with 24 additions and 0 deletions

View File

@ -27,6 +27,7 @@ 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é']