-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.godot
118 lines (106 loc) · 2.55 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
; 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": "Reference",
"class": "AudioLoader",
"language": "GDScript",
"path": "res://addons/waveform/AudioLoader.gd"
}, {
"base": "Reference",
"class": "Org",
"language": "GDScript",
"path": "res://addons/orgprez/Org.gd"
}, {
"base": "Resource",
"class": "OrgChunk",
"language": "GDScript",
"path": "res://addons/orgprez/OrgChunk.gd"
}, {
"base": "Reference",
"class": "OrgCursor",
"language": "GDScript",
"path": "res://addons/orgprez/OrgCursor.gd"
}, {
"base": "Node",
"class": "OrgDeck",
"language": "GDScript",
"path": "res://addons/orgprez/OrgDeck.gd"
}, {
"base": "Resource",
"class": "OrgNode",
"language": "GDScript",
"path": "res://addons/orgprez/OrgNode.gd"
}, {
"base": "VBoxContainer",
"class": "OrgPrezAudioTab",
"language": "GDScript",
"path": "res://addons/orgprez/OrgPrezAudioTab.gd"
}, {
"base": "VBoxContainer",
"class": "OrgPrezOutline",
"language": "GDScript",
"path": "res://addons/orgprez/OrgPrezOutline.gd"
}, {
"base": "Control",
"class": "OrgPrezRuntime",
"language": "GDScript",
"path": "res://addons/orgprez/OrgPrezRuntime.gd"
}, {
"base": "Node",
"class": "OrgPrezScriptEngine",
"language": "GDScript",
"path": "res://addons/orgprez/OrgPrezScriptEngine.gd"
}, {
"base": "WindowDialog",
"class": "OrgPrezStepper",
"language": "GDScript",
"path": "res://addons/orgprez/OrgPrezStepper.gd"
}, {
"base": "Resource",
"class": "OrgTime",
"language": "GDScript",
"path": "res://addons/orgprez/OrgTime.gd"
}, {
"base": "ColorRect",
"class": "Waveform",
"language": "GDScript",
"path": "res://addons/waveform/Waveform.gd"
}, {
"base": "PanelContainer",
"class": "WaveformPanel",
"language": "GDScript",
"path": "res://addons/waveform/WaveformPanel.gd"
} ]
_global_script_class_icons={
"AudioLoader": "",
"Org": "",
"OrgChunk": "",
"OrgCursor": "",
"OrgDeck": "",
"OrgNode": "",
"OrgPrezAudioTab": "",
"OrgPrezOutline": "",
"OrgPrezRuntime": "",
"OrgPrezScriptEngine": "",
"OrgPrezStepper": "",
"OrgTime": "",
"Waveform": "",
"WaveformPanel": ""
}
[application]
config/name="orgprez"
[audio]
default_bus_layout="res://addons/waveform/waveform_bus_layout.tres"
enable_audio_input=true
[editor_plugins]
enabled=PoolStringArray( "res://addons/orgprez/plugin.cfg", "res://addons/waveform/plugin.cfg" )
[gui]
common/drop_mouse_on_gui_input_disabled=true
[physics]
common/enable_pause_aware_picking=true