Initial Commit
This commit is contained in:
9
config/settings/default.json
Normal file
9
config/settings/default.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"window": {
|
||||
"framerate": 30,
|
||||
"size": {
|
||||
"width": 1440,
|
||||
"height": 720
|
||||
}
|
||||
}
|
||||
}
|
||||
26
config/settings/user.json
Normal file
26
config/settings/user.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user