Files
SunnyLand/assets/config.json
T
2025-06-21 10:52:11 +08:00

48 lines
820 B
JSON

{
"window": {
"title": "SunnyLand",
"width": 1280,
"height": 720,
"resizable": true
},
"graphics": {
"vsync": true
},
"performance": {
"target_fps": 60
},
"audio": {
"music_volume": 0.2,
"sound_volume": 0.5
},
"input_mappings": {
"pause": [
"P",
"Escape"
],
"move_down": [
"S",
"Down"
],
"jump": [
"J",
"Space"
],
"move_up": [
"W",
"Up"
],
"move_right": [
"D",
"Right"
],
"attack": [
"K",
"MouseLeft"
],
"move_left": [
"A",
"Left"
]
}
}