Use a key to use ladders

This commit is contained in:
Yohann D'ANELLO
2021-01-06 14:55:16 +01:00
parent 663fc0eecd
commit d06a405120
7 changed files with 136 additions and 116 deletions

View File

@ -33,6 +33,7 @@ class Settings:
self.KEY_DROP = ['r', 'Key used to drop an item in the inventory']
self.KEY_CHAT = ['t', 'Key used to talk to a friendly entity']
self.KEY_WAIT = ['w', 'Key used to wait']
self.KEY_LADDER = ['<', 'Key used to use ladders']
self.TEXTURE_PACK = ['ascii', 'Texture pack']
self.LOCALE = [locale.getlocale()[0][:2], 'Language']