-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.godot
31 lines (22 loc) · 910 Bytes
/
project.godot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
; 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=5
[accessibility]
closed_captions/global_cast_save_path="res://global_cast.res"
[application]
config/name="captions"
run/main_scene="res://addons/closed_captions/caption_panel.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://addons/closed_captions/icon.svg"
[autoload]
CaptionSever="*res://addons/closed_captions/caption_server.gd"
CaptionTheme="*res://addons/closed_captions/caption_theme.gd"
CaptionServer="*res://addons/closed_captions/caption_server.gd"
PluginReference="*res://addons/closed_captions/plugin_reference.gd"
[editor_plugins]
enabled=PackedStringArray("res://addons/closed_captions/plugin.cfg")