chore: update the project file

TwiCil added a bunch of global classes as well.
If this pollution causes troubles, we'll namespace them.

If only we could do that with chemical pollution as well…
master
Dominique Merle 4 years ago
parent 4a2f3f5758
commit 5a5c7ecf4e

@ -9,6 +9,71 @@
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": "Resource",
"class": "MajorityJudgmentAbstractTallier",
"language": "GDScript",
@ -65,6 +130,41 @@ _global_script_classes=[ {
"path": "res://addons/majority_judgment/MajorityJudgmentPollTally.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"
@ -75,6 +175,19 @@ _global_script_classes=[ {
"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": "",
"MajorityJudgmentAbstractTallier": "",
"MajorityJudgmentCandidate": "",
"MajorityJudgmentCandidateMeritProfile": "",
@ -86,6 +199,13 @@ _global_script_class_icons={
"MajorityJudgmentParticipant": "",
"MajorityJudgmentPoll": "",
"MajorityJudgmentPollTally": "",
"MessageWrapper": "",
"Queue": "",
"TwiCIL": "",
"TwitchApiWrapper": "",
"TwitchEmotesCache": "",
"TwitchIrcServerMessage": "",
"TwitchMessage": "",
"WAT": "",
"WATTest": ""
}
@ -108,6 +228,10 @@ config/name="Majority Judgment Polling for Streamers"
run/main_scene="res://gui/MainMenu.tscn"
config/icon="res://icon.png"
[autoload]
App="*res://core/App.gd"
[editor_plugins]
enabled=PoolStringArray( "WAT", "majority_judgment" )

Loading…
Cancel
Save