gosu icon indicating copy to clipboard operation
gosu copied to clipboard

Load settings from json

Open U-lis opened this issue 2 years ago • 1 comments

Currently the game loades settings from hard-coded consts and bare "txt" file. With using json file, we can easily utilize settings.

I first loaded config from json file and set values using loaded config.

U-lis avatar Oct 22 '22 07:10 U-lis

keys.txt is for letting users set their own key settings temporarily. I agree that it needs to be more exquisite, but I guess changing the file from .txt to .json with additional struct only for config is premature at this stage.

hndada avatar Oct 24 '22 10:10 hndada