kuroneko1996 / cyberlab

jrpg-like game in pygame
MIT License
4 stars 3 forks source link

Options screen #40

Open kuroneko1996 opened 7 years ago

kuroneko1996 commented 7 years ago

Settings are parsed from a separate file using python configparser module and included in settings.py

slemonide commented 7 years ago

I think at this stage we can allow arbitrary screen resolutions. True, there are too many keybindings to fit on one screen. We probably can also add settings to change FPS, TYPING_SPEED and LIMIT_FOV_FOR_STATIC_SPRITES constants.