72 lines
1.8 KiB
Text
72 lines
1.8 KiB
Text
; Engine configuration file.
|
|
; It's best edited using the editor UI and not directly,
|
|
; since the parameters that go here are not all obvious.
|
|
;
|
|
; Format:
|
|
; [section] ; section goes between []
|
|
; param=value ; assign values to parameters
|
|
|
|
config_version=4
|
|
|
|
_global_script_classes=[ {
|
|
"base": "VBoxContainer",
|
|
"class": "Choice",
|
|
"language": "GDScript",
|
|
"path": "res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/ChoicesList/Choice/Choice.gd"
|
|
}, {
|
|
"base": "VBoxContainer",
|
|
"class": "ChoicesList",
|
|
"language": "GDScript",
|
|
"path": "res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/ChoicesList/ChoicesList.gd"
|
|
}, {
|
|
"base": "VBoxContainer",
|
|
"class": "Condition",
|
|
"language": "GDScript",
|
|
"path": "res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/ConditionsList/Condition/Condition.gd"
|
|
}, {
|
|
"base": "VBoxContainer",
|
|
"class": "ConditionsList",
|
|
"language": "GDScript",
|
|
"path": "res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/ConditionsList/ConditionsList.gd"
|
|
}, {
|
|
"base": "",
|
|
"class": "GitAPI",
|
|
"language": "NativeScript",
|
|
"path": "res://git_api.gdns"
|
|
}, {
|
|
"base": "VBoxContainer",
|
|
"class": "Infobox",
|
|
"language": "GDScript",
|
|
"path": "res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/Infobox/Infobox.gd"
|
|
}, {
|
|
"base": "GraphNode",
|
|
"class": "LineNode",
|
|
"language": "GDScript",
|
|
"path": "res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/line_node.gd"
|
|
} ]
|
|
_global_script_class_icons={
|
|
"Choice": "",
|
|
"ChoicesList": "",
|
|
"Condition": "",
|
|
"ConditionsList": "",
|
|
"GitAPI": "",
|
|
"Infobox": "",
|
|
"LineNode": ""
|
|
}
|
|
|
|
[application]
|
|
|
|
config/name="Pir-serious-game-ethics"
|
|
config/icon="res://icon.png"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PoolStringArray( "EXP-System-Dialog", "Todo_Manager" )
|
|
|
|
[gdnative]
|
|
|
|
singletons=[ "res://git_api.gdnlib" ]
|
|
|
|
[rendering]
|
|
|
|
environment/default_environment="res://default_env.tres"
|