change controls
This commit is contained in:
parent
dae247b1f9
commit
cff154d14c
3 changed files with 18 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
[settings]
|
[settings]
|
||||||
|
|
||||||
name="theme_normal"
|
name="theme_normal"
|
||||||
|
action_key="dialogic_next"
|
||||||
|
|
||||||
[buttons]
|
[buttons]
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[settings]
|
[settings]
|
||||||
|
|
||||||
name="theme_question"
|
name="theme_question"
|
||||||
|
action_key="dialogic_next"
|
||||||
|
|
||||||
[buttons]
|
[buttons]
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,22 @@ enabled=PoolStringArray( "Todo_Manager", "dialogic" )
|
||||||
|
|
||||||
singletons=[ ]
|
singletons=[ ]
|
||||||
|
|
||||||
|
[input]
|
||||||
|
|
||||||
|
ui_accept={
|
||||||
|
"deadzone": 0.5,
|
||||||
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777221,"unicode":0,"echo":false,"script":null)
|
||||||
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777222,"unicode":0,"echo":false,"script":null)
|
||||||
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
||||||
|
]
|
||||||
|
}
|
||||||
|
dialogic_next={
|
||||||
|
"deadzone": 0.5,
|
||||||
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"unicode":0,"echo":false,"script":null)
|
||||||
|
, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"pressed":false,"doubleclick":false,"script":null)
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|
||||||
environment/default_environment="res://default_env.tres"
|
environment/default_environment="res://default_env.tres"
|
||||||
|
|
Loading…
Reference in a new issue