-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
project.godot
42 lines (28 loc) · 1.16 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
; 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
[application]
config/name="Dockable Container"
config/description="Container script that manages docking/tiling UI panels.
Panels are composed of tabs that can be dragged around and dropped to split another panel or compose its tabs.
Layout information is stored in Resource objects, so they can be saved/loaded from disk easily.
This plugin also offers a replica of the Container layout to be edited directly in the inspector."
run/main_scene="res://addons/dockable_container/samples/TestScene.tscn"
config/features=PackedStringArray("4.2")
config/icon="res://icon.svg"
[debug]
gdscript/warnings/exclude_addons=false
[editor_plugins]
enabled=PackedStringArray("res://addons/dockable_container/plugin.cfg")
[physics]
common/enable_pause_aware_picking=true
[rendering]
renderer/rendering_method="gl_compatibility"
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false