-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.godot
43 lines (30 loc) · 1.03 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
; 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="GodotTwitchChatBot"
run/main_scene="res://src/MainConsole.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="GodotTwitchBot"
config/features=PackedStringArray("4.3")
config/icon="res://icon.png"
config/windows_native_icon="res://assets/icon/icon.ico"
[debug]
settings/stdout/verbose_stdout=true
settings/fps/force_fps=30
settings/physics_interpolation/enable_warnings=false
[display]
window/size/resizable=false
window/vsync/vsync_via_compositor=true
[editor_plugins]
enabled=PackedStringArray("res://addons/godot_twitch_bot/plugin.cfg", "res://addons/script-ide/plugin.cfg")
[physics]
common/enable_pause_aware_picking=true
[rendering]
environment/defaults/default_environment="res://default_env.tres"
quality/driver/driver_name="GLES2"