-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathproject.godot
32 lines (25 loc) · 960 Bytes
/
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
; 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="Kanban Tasks - Todo Manager"
config/description="Another kanban board plugin for the godot engine."
config/tags=PackedStringArray("addon")
run/main_scene="res://ui/ui.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="kanban_tasks_todo_manager"
config/auto_accept_quit=false
config/features=PackedStringArray("4.2")
run/low_processor_mode=true
config/icon="res://icon.svg"
[display]
window/subwindows/embed_subwindows=false
[editor_plugins]
enabled=PackedStringArray("res://addons/kanban_tasks/plugin.cfg", "res://addons/standalone_tools/plugin.cfg")
standalone/installed=PackedStringArray("res://addons/kanban_tasks/plugin.cfg")
standalone/enabled=[]