Skip to content
Sebastian Krajewski edited this page Apr 24, 2022 · 8 revisions

Options

Option Type Range Description
LeftKey Symbol N/A Determines left key for play mode
RightKey Symbol N/A Determines right key for play mode
RestartKey Symbol N/A Determines a key for quick restarting danser in play mode
SmokeKey Symbol N/A Determines a key for cursor smoke in play mode
MouseButtonsDisabled Bool true/false Enables/Disables mouse buttons
MouseHighPrecision Bool true/false Enables/Disables mouse raw input. Should be disabled if absolute pointing device (graphics tablet/touchscreen) is used
MouseSensitivity Decimal >0 Sets mouse sensitivity if MouseHighPrecision is set to true

Default values:

"Input": {
	"LeftKey": "Z",
	"RightKey": "X",
	"RestartKey": "`",
	"SmokeKey": "C",
	"MouseButtonsDisabled": true,
	"MouseHighPrecision": false,
	"MouseSensitivity": 1
}
Clone this wiki locally