mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
Change game.project settings autofocus -> no_auto_input
This commit is contained in:
parent
a86d826ae1
commit
59d7635cf8
@ -43,7 +43,7 @@ local Druid = class("druid.druid_instance")
|
||||
|
||||
|
||||
local function input_init(self)
|
||||
if not sys.get_config("druid.auto_focus") == "1" then
|
||||
if sys.get_config("druid.no_auto_input") == "1" then
|
||||
return
|
||||
end
|
||||
|
||||
|
@ -19,7 +19,7 @@ gamepads = /builtins/input/default.gamepadsc
|
||||
use_accelerometer = 0
|
||||
|
||||
[druid]
|
||||
autofocus = 1
|
||||
no_auto_input = 0
|
||||
|
||||
[html5]
|
||||
engine_arguments = --verify-graphics-calls=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user