Linting
This commit is contained in:
@ -13,7 +13,8 @@ from .translations import gettext as _
|
||||
class Settings:
|
||||
"""
|
||||
This class stores the settings of the game.
|
||||
Settings can be obtained by using for example settings.TEXTURE_PACK directly.
|
||||
Settings can be obtained by using for example settings.TEXTURE_PACK
|
||||
directly.
|
||||
The comment can be obtained by using settings.get_comment('TEXTURE_PACK').
|
||||
We can set the setting by simply using settings.TEXTURE_PACK = 'new_key'
|
||||
"""
|
||||
|
Reference in New Issue
Block a user