diff options
Diffstat (limited to 'vendor/godobuf/project.godot')
-rw-r--r-- | vendor/godobuf/project.godot | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vendor/godobuf/project.godot b/vendor/godobuf/project.godot new file mode 100644 index 0000000..8cef0a4 --- /dev/null +++ b/vendor/godobuf/project.godot | |||
@@ -0,0 +1,26 @@ | |||
1 | ; Engine configuration file. | ||
2 | ; It's best edited using the editor UI and not directly, | ||
3 | ; since the parameters that go here are not all obvious. | ||
4 | ; | ||
5 | ; Format: | ||
6 | ; [section] ; section goes between [] | ||
7 | ; param=value ; assign values to parameters | ||
8 | |||
9 | config_version=4 | ||
10 | |||
11 | _global_script_classes=[ ] | ||
12 | _global_script_class_icons={ | ||
13 | } | ||
14 | |||
15 | [application] | ||
16 | |||
17 | config/name="Protobuf Plugin" | ||
18 | config/icon="res://logo.png" | ||
19 | |||
20 | [editor_plugins] | ||
21 | |||
22 | enabled=PoolStringArray( "res://addons/protobuf/plugin.cfg" ) | ||
23 | |||
24 | [rendering] | ||
25 | |||
26 | environment/default_environment="res://default_env.tres" | ||