mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 07:26:49 +01: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)
|
||||
|
||||
@@ -19,7 +19,7 @@ OptionCheckBox < CheckBox
|
||||
MainWindow
|
||||
id: optionsWindow
|
||||
title: Options
|
||||
size: 286 120
|
||||
size: 286 140
|
||||
|
||||
OptionCheckBox
|
||||
id: vsync
|
||||
@@ -34,6 +34,10 @@ MainWindow
|
||||
id: fullscreen
|
||||
text: Fullscreen
|
||||
|
||||
OptionCheckBox
|
||||
id: classicControl
|
||||
text: Classic control
|
||||
|
||||
Button
|
||||
text: Ok
|
||||
width: 64
|
||||
|
||||
Reference in New Issue
Block a user