Skip to content

Commit

Permalink
[config.example.lua] Added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Unarelith committed Mar 12, 2020
1 parent 8cda023 commit f5a27cb
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions config.example.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
-- You can copy this file as 'config.lua' to load automatically those settings at client startup
-- Here the default values are set, you can remove options or change them accordingly
-- See client/source/Config.cpp for more details

-- Gameplay
isFlyModeEnabled = false
isNoClipEnabled = false

-- Interface
isBlockInfoWidgetEnabled = true
isFpsCounterEnabled = true
isHotbarVisible = true
isCrosshairVisible = true

-- Graphics
renderDistance = 8
isTorchSmoothLightingEnabled = true
isSunSmoothLightingEnabled = true
isAmbientOcclusionEnabled = false
isWireframeModeEnabled = false
isFullscreenModeEnabled = false
isVerticalSyncEnabled = true
cameraFOV = 70.0
screenWidth = 1600
screenHeight = 1050
guiScale = 3

-- Input
mouseSensitivity = 8

0 comments on commit f5a27cb

Please sign in to comment.