-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.godot
More file actions
51 lines (36 loc) · 1.09 KB
/
Copy pathproject.godot
File metadata and controls
51 lines (36 loc) · 1.09 KB
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
; 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="Epic 7 RTA Draft Helper"
run/main_scene="res://scenes/FrontPage/FrontPage.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://icon.png"
config/windows_native_icon="res://icon.ico"
[autoload]
GlobalVars="*res://scripts/Global/GlobalVars.gd"
SettingManager="*res://scripts/Global/SettingManager.gd"
[display]
window/size/viewport_width=900
window/size/viewport_height=1200
window/subwindows/embed_subwindows=false
window/stretch/mode="canvas_items"
window/stretch/aspect="keep_width"
[editor_plugins]
enabled=PackedStringArray("res://addons/csv-data-importer/plugin.cfg")
[filesystem]
import/blender/enabled=false
[gui]
timers/tooltip_delay_sec=0.2
[importer_defaults]
com.timothyqiu.godot-csv-importer={
"delimiter": 0,
"detect_numbers": true,
"force_float": true,
"headers": true
}