enable mouse raw input and chat select by default for new users!
This commit is contained in:
parent
f7615ae581
commit
dd285544c3
2 changed files with 4 additions and 4 deletions
|
|
@ -25,10 +25,10 @@ All components that are in [Storybook](https://mcraft.fun/storybook) are publish
|
|||
|
||||
### Recommended Settings
|
||||
|
||||
- Controls -> **Raw Input** -> **On** - This will make the controls more precise
|
||||
- Controls -> **Touch Controls Type** -> **Joystick**
|
||||
- Controls -> **Auto Full Screen** -> **On** - To avoid ctrl+w issue
|
||||
- Interface -> **Chat Select** -> **On** - To select chat messages
|
||||
- Controls -> **Raw Input** -> **On** - This will make the controls more precise (UPD: already enabled by default)
|
||||
- Interface -> **Chat Select** -> **On** - To select chat messages (UPD: already enabled by default)
|
||||
|
||||
### World Loading
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ const defaultOptions = {
|
|||
multiplayerRenderDistance: 3,
|
||||
closeConfirmation: true,
|
||||
autoFullScreen: false,
|
||||
mouseRawInput: false,
|
||||
mouseRawInput: true,
|
||||
autoExitFullscreen: false,
|
||||
localUsername: 'wanderer',
|
||||
mouseSensX: 50,
|
||||
|
|
@ -69,7 +69,7 @@ const defaultOptions = {
|
|||
renderEntities: true,
|
||||
smoothLighting: true,
|
||||
newVersionsLighting: false,
|
||||
chatSelect: false,
|
||||
chatSelect: true,
|
||||
autoJump: 'auto' as 'auto' | 'always' | 'never',
|
||||
autoParkour: false,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue