This repository has been archived on 2025-07-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
shroom_of_doom/config/settings/user.json
2025-02-26 14:40:25 -05:00

26 lines
469 B
JSON

{
"window": {
"framerate": 165,
"size": {
"width": 2280,
"height": 1440
}
},
"controls": {
"keyboard": {
"move_left": "K_LEFT",
"move_right": "K_RIGHT",
"move_up": "K_UP",
"move_down": "K_DOWN"
},
"mouse": {
"is_inverted":
false
}
},
"active_features": [
"fullscreen"
]
}