forked from godothub/konado
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.godot
More file actions
56 lines (37 loc) · 1.48 KB
/
project.godot
File metadata and controls
56 lines (37 loc) · 1.48 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
52
53
54
55
56
; 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
[accessibility]
general/accessibility_support=2
[application]
config/name="Konado Editor"
config/description="Konado Editor,Konado编辑器"
config/version="2.0"
run/main_scene="uid://bommt7l6wmdsa"
config/features=PackedStringArray("4.5", "C#", "Forward Plus")
config/icon="uid://b5olx2vwoscbr"
[autoload]
KND_Database="*res://addons/konado/database/knd_database.gd"
KonadoAPI="*res://addons/konadotnet/Runtime/API/KonadoAPI.cs"
KonadoMacros="*res://addons/konado/konado_macros.gd"
KONADO_MACROS="*res://addons/konado/konado_macros.gd"
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
window/stretch/aspect="ignore"
[dotnet]
project/assembly_name="Konado"
[editor_plugins]
enabled=PackedStringArray("res://addons/konado/plugin.cfg")
[gui]
theme/custom="uid://cao2ht3baecs8"
[internationalization]
locale/translations=PackedStringArray("res://addons/konado/i18n/i18n.zh.translation", "res://addons/konado/i18n/i18n.zh_HK.translation", "res://addons/konado/i18n/i18n.en.translation", "res://addons/konado/i18n/i18n.ja.translation", "res://addons/konado/i18n/i18n.ko.translation", "res://addons/konado/i18n/i18n.de.translation")
locale/locale_filter_mode=1
[rendering]
textures/vram_compression/import_etc2_astc=true