aboutsummaryrefslogtreecommitdiff
path: root/game/project.godot
blob: 35b92f6e1afaddf3a6c6e9f1ad6aa9e75fcc1b99 (plain) (blame)
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
; 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="OpenVic2"
run/main_scene="res://src/GameMenu.tscn"
config/features=PackedStringArray("4.0", "Forward Plus")
config/icon="res://icon.svg"
config/project_settings_override.template="user://settings.cfg"

[autoload]

Events="*res://src/Autoload/Events.gd"
Resolution="*res://src/Autoload/Resolution.gd"
Keychain="*res://addons/keychain/Keychain.gd"

[display]

window/size/viewport_width=1280
window/size/viewport_height=720
window/size/mode=3
window/size/resizable=false
window/stretch/mode="canvas_items"
window/stretch/aspect="ignore"

[editor_plugins]

enabled=PackedStringArray("res://addons/keychain/plugin.cfg")

[internationalization]

locale/translation_remaps={}
locale/fallback="en_GB"
locale/locale_filter_mode=0
locale/country_short_name={
"United States of America": "USA"
}

[memory]

limits/message_queue/max_size_kb=16384

[openvic2]

settings/settings_file_path="user://settings.cfg"

[rendering]

textures/lossless_compression/force_png=true
textures/default_filters/use_nearest_mipmap_filter=true