You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

280 lines
7.9 KiB

; 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": "Node",
"class": "BaseEmotesCache",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/cache/base_emotes_cache.gd"
}, {
"base": "BaseEmotesCache",
"class": "BttvEmotesCache",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/cache/bttv_emotes_cache.gd"
}, {
"base": "Reference",
"class": "ChatList",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/chat_list.gd"
}, {
"base": "Reference",
"class": "ChatUser",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/chat_user.gd"
}, {
"base": "Resource",
"class": "ConfigResource",
"language": "GDScript",
"path": "res://core/ConfigResource.gd"
}, {
"base": "BaseEmotesCache",
"class": "FfzEmotesCache",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/cache/ffz_emotes_cache.gd"
}, {
"base": "Reference",
"class": "HelperTools",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/tools.gd"
}, {
"base": "Object",
"class": "HttpHeaders",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/http/http_headers.gd"
}, {
"base": "Node",
"class": "HttpRequestQueue",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/http/http_request_queue.gd"
}, {
"base": "Reference",
"class": "InteractiveCommands",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/interactive_commands.gd"
}, {
"base": "Reference",
"class": "IrcChatMessage",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/irc_chat_message.gd"
}, {
"base": "Node",
"class": "IrcClientEx",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/irc_client_ex.gd"
}, {
"base": "Node",
"class": "IrcClientSecure",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/irc_client_scure.gd"
}, {
"base": "Reference",
"class": "MajorityJudgmentAbstractJudgmentsProvider",
"language": "GDScript",
"path": "res://addons/majority_judgment/providers/MajorityJudgmentAbstractJudgmentsProvider.gd"
}, {
"base": "Resource",
"class": "MajorityJudgmentAbstractTallier",
"language": "GDScript",
"path": "res://addons/majority_judgment/MajorityJudgmentAbstractTallier.gd"
}, {
"base": "Resource",
"class": "MajorityJudgmentCandidate",
"language": "GDScript",
"path": "res://addons/majority_judgment/MajorityJudgmentCandidate.gd"
}, {
"base": "Resource",
"class": "MajorityJudgmentCandidateMeritProfile",
"language": "GDScript",
"path": "res://addons/majority_judgment/MajorityJudgmentCandidateMeritProfile.gd"
}, {
"base": "Resource",
"class": "MajorityJudgmentCandidateTally",
"language": "GDScript",
"path": "res://addons/majority_judgment/MajorityJudgmentCandidateTally.gd"
}, {
"base": "MajorityJudgmentAbstractJudgmentsProvider",
"class": "MajorityJudgmentChatCommandJudgmentsProvider",
"language": "GDScript",
"path": "res://addons/majority_judgment/providers/MajorityJudgmentChatCommandJudgmentsProvider.gd"
}, {
"base": "MajorityJudgmentChatCommandJudgmentsProvider",
"class": "MajorityJudgmentDemoProvider",
"language": "GDScript",
"path": "res://addons/majority_judgment/providers/MajorityJudgmentDemoProvider.gd"
}, {
"base": "MajorityJudgmentAbstractTallier",
"class": "MajorityJudgmentEasyTallier",
"language": "GDScript",
"path": "res://addons/majority_judgment/talliers/MajorityJudgmentEasyTallier.gd"
}, {
"base": "Resource",
"class": "MajorityJudgmentGrade",
"language": "GDScript",
"path": "res://addons/majority_judgment/MajorityJudgmentGrade.gd"
}, {
"base": "Resource",
"class": "MajorityJudgmentGrading",
"language": "GDScript",
"path": "res://addons/majority_judgment/MajorityJudgmentGrading.gd"
}, {
"base": "Resource",
"class": "MajorityJudgmentJudgment",
"language": "GDScript",
"path": "res://addons/majority_judgment/MajorityJudgmentJudgment.gd"
}, {
"base": "Resource",
"class": "MajorityJudgmentParticipant",
"language": "GDScript",
"path": "res://addons/majority_judgment/MajorityJudgmentParticipant.gd"
}, {
"base": "Resource",
"class": "MajorityJudgmentPoll",
"language": "GDScript",
"path": "res://addons/majority_judgment/MajorityJudgmentPoll.gd"
}, {
"base": "Resource",
"class": "MajorityJudgmentPollTally",
"language": "GDScript",
"path": "res://addons/majority_judgment/MajorityJudgmentPollTally.gd"
}, {
"base": "MajorityJudgmentChatCommandJudgmentsProvider",
"class": "MajorityJudgmentTwitchChatProvider",
"language": "GDScript",
"path": "res://addons/majority_judgment/providers/MajorityJudgmentTwitchChatProvider.gd"
}, {
"base": "Reference",
"class": "MessageWrapper",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/message_wrapper.gd"
}, {
"base": "Object",
"class": "Queue",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/queue.gd"
}, {
"base": "IrcClientSecure",
"class": "TwiCIL",
"language": "GDScript",
"path": "res://addons/godot-twicil/godot_twicil.gd"
}, {
"base": "Object",
"class": "TwitchApiWrapper",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/api/twitch_api_wrapper.gd"
}, {
"base": "BaseEmotesCache",
"class": "TwitchEmotesCache",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/cache/twitch_emotes_cache.gd"
}, {
"base": "Reference",
"class": "TwitchIrcServerMessage",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/twitch_irc_server_message.gd"
}, {
"base": "Reference",
"class": "TwitchMessage",
"language": "GDScript",
"path": "res://addons/godot-twicil/helpers/twitch_message_wrapper.gd"
}, {
"base": "Reference",
"class": "WAT",
"language": "GDScript",
"path": "res://addons/WAT/namespace.gd"
}, {
"base": "",
"class": "WATTest",
"language": "GDScript",
"path": "res://addons/WAT/core/test/test.gd"
} ]
_global_script_class_icons={
"BaseEmotesCache": "",
"BttvEmotesCache": "",
"ChatList": "",
"ChatUser": "",
"ConfigResource": "",
"FfzEmotesCache": "",
"HelperTools": "",
"HttpHeaders": "",
"HttpRequestQueue": "",
"InteractiveCommands": "",
"IrcChatMessage": "",
"IrcClientEx": "",
"IrcClientSecure": "",
"MajorityJudgmentAbstractJudgmentsProvider": "",
"MajorityJudgmentAbstractTallier": "",
"MajorityJudgmentCandidate": "",
"MajorityJudgmentCandidateMeritProfile": "",
"MajorityJudgmentCandidateTally": "",
"MajorityJudgmentChatCommandJudgmentsProvider": "",
"MajorityJudgmentDemoProvider": "",
"MajorityJudgmentEasyTallier": "",
"MajorityJudgmentGrade": "",
"MajorityJudgmentGrading": "",
"MajorityJudgmentJudgment": "",
"MajorityJudgmentParticipant": "",
"MajorityJudgmentPoll": "",
"MajorityJudgmentPollTally": "",
"MajorityJudgmentTwitchChatProvider": "",
"MessageWrapper": "",
"Queue": "",
"TwiCIL": "",
"TwitchApiWrapper": "",
"TwitchEmotesCache": "",
"TwitchIrcServerMessage": "",
"TwitchMessage": "",
"WAT": "",
"WATTest": ""
}
[WAT]
Test_Directory="res://tests"
Results_Directory="res://tests/results/WAT"
Minimize_Window_When_Running_Tests=false
TestStrategy={
"repeat": 1,
"strategy": "RunAll"
}
Tags=PoolStringArray( )
Display=8
[application]
config/name="Majority Judgment Polling for Streamers"
config/description="An application to hold majority judgment polls with your friends and communities."
run/main_scene="res://gui/MainMenu.tscn"
config/icon="res://icon.png"
[autoload]
App="*res://core/App.gd"
Config="*res://core/Config.gd"
[editor_plugins]
enabled=PoolStringArray( "WAT", "majority_judgment" )
[input]
run_tests={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":true,"shift":false,"control":true,"meta":false,"command":true,"pressed":false,"scancode":78,"unicode":0,"echo":false,"script":null)
]
}
[rendering]
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
environment/default_clear_color=Color( 0, 0, 0, 1 )
environment/default_environment="res://default_env.tres"