mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
classic control option
This commit is contained in:
@@ -3,7 +3,8 @@ Options = {}
|
||||
function Options.load()
|
||||
local booleanOptions = { vsync = true,
|
||||
showfps = true,
|
||||
fullscreen = false }
|
||||
fullscreen = false,
|
||||
classicControl = false }
|
||||
|
||||
for k,v in pairs(booleanOptions) do
|
||||
Settings.setDefault(k, v)
|
||||
|
Reference in New Issue
Block a user