Change project.settings for dialogic
This commit is contained in:
parent
2884c9b096
commit
d67fde5f0b
@ -8,6 +8,76 @@
|
|||||||
|
|
||||||
config_version=4
|
config_version=4
|
||||||
|
|
||||||
|
_global_script_classes=[ {
|
||||||
|
"base": "Reference",
|
||||||
|
"class": "DTS",
|
||||||
|
"language": "GDScript",
|
||||||
|
"path": "res://addons/dialogic/Localization/translation_service.gd"
|
||||||
|
}, {
|
||||||
|
"base": "Node",
|
||||||
|
"class": "Dialogic",
|
||||||
|
"language": "GDScript",
|
||||||
|
"path": "res://addons/dialogic/Other/DialogicClass.gd"
|
||||||
|
}, {
|
||||||
|
"base": "Reference",
|
||||||
|
"class": "DialogicAnimaPropertiesHelper",
|
||||||
|
"language": "GDScript",
|
||||||
|
"path": "res://addons/dialogic/Nodes/Anima/DialogicAnimaPropertiesHelper.gd"
|
||||||
|
}, {
|
||||||
|
"base": "Node",
|
||||||
|
"class": "DialogicAnimaResources",
|
||||||
|
"language": "GDScript",
|
||||||
|
"path": "res://addons/dialogic/Nodes/Anima/DialogicAnimaResources.gd"
|
||||||
|
}, {
|
||||||
|
"base": "Control",
|
||||||
|
"class": "DialogicBackgroundMusic",
|
||||||
|
"language": "GDScript",
|
||||||
|
"path": "res://addons/dialogic/Nodes/BackgroundMusic.gd"
|
||||||
|
}, {
|
||||||
|
"base": "Node",
|
||||||
|
"class": "DialogicCustomEvents",
|
||||||
|
"language": "GDScript",
|
||||||
|
"path": "res://addons/dialogic/Nodes/DialogicCustomEvents.gd"
|
||||||
|
}, {
|
||||||
|
"base": "Node",
|
||||||
|
"class": "DialogicDefinitionsUtil",
|
||||||
|
"language": "GDScript",
|
||||||
|
"path": "res://addons/dialogic/Other/DialogicDefinitionsUtil.gd"
|
||||||
|
}, {
|
||||||
|
"base": "Node",
|
||||||
|
"class": "DialogicParser",
|
||||||
|
"language": "GDScript",
|
||||||
|
"path": "res://addons/dialogic/Parser/DialogicParser.gd"
|
||||||
|
}, {
|
||||||
|
"base": "Reference",
|
||||||
|
"class": "DialogicResources",
|
||||||
|
"language": "GDScript",
|
||||||
|
"path": "res://addons/dialogic/Other/DialogicResources.gd"
|
||||||
|
}, {
|
||||||
|
"base": "Reference",
|
||||||
|
"class": "DialogicUtil",
|
||||||
|
"language": "GDScript",
|
||||||
|
"path": "res://addons/dialogic/Other/DialogicUtil.gd"
|
||||||
|
}, {
|
||||||
|
"base": "PanelContainer",
|
||||||
|
"class": "HistoryRow",
|
||||||
|
"language": "GDScript",
|
||||||
|
"path": "res://addons/dialogic/Example Assets/History/HistoryRow.gd"
|
||||||
|
} ]
|
||||||
|
_global_script_class_icons={
|
||||||
|
"DTS": "",
|
||||||
|
"Dialogic": "",
|
||||||
|
"DialogicAnimaPropertiesHelper": "",
|
||||||
|
"DialogicAnimaResources": "",
|
||||||
|
"DialogicBackgroundMusic": "",
|
||||||
|
"DialogicCustomEvents": "",
|
||||||
|
"DialogicDefinitionsUtil": "",
|
||||||
|
"DialogicParser": "",
|
||||||
|
"DialogicResources": "",
|
||||||
|
"DialogicUtil": "",
|
||||||
|
"HistoryRow": ""
|
||||||
|
}
|
||||||
|
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="project-dung"
|
config/name="project-dung"
|
||||||
@ -18,6 +88,10 @@ config/icon="res://icon.png"
|
|||||||
|
|
||||||
window/dpi/allow_hidpi=true
|
window/dpi/allow_hidpi=true
|
||||||
|
|
||||||
|
[editor_plugins]
|
||||||
|
|
||||||
|
enabled=PoolStringArray( "res://addons/dialogic/plugin.cfg" )
|
||||||
|
|
||||||
[gui]
|
[gui]
|
||||||
|
|
||||||
common/drop_mouse_on_gui_input_disabled=true
|
common/drop_mouse_on_gui_input_disabled=true
|
||||||
@ -49,6 +123,15 @@ action={
|
|||||||
"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":0,"physical_scancode":32,"unicode":0,"echo":false,"script":null)
|
"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":0,"physical_scancode":32,"unicode":0,"echo":false,"script":null)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
dialogic_default_action={
|
||||||
|
"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,"physical_scancode":0,"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":true,"doubleclick":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":32,"physical_scancode":0,"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":88,"physical_scancode":0,"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)
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
[physics]
|
[physics]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user