forked from EmilyV99/GodotAP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.godot
More file actions
47 lines (34 loc) · 1.09 KB
/
project.godot
File metadata and controls
47 lines (34 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
; 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="GodotAP"
config/description="Archipelago connection handler for Godot.
See https://github.com/EmilyV99/GodotAP"
config/version="0.3.0"
run/main_scene="res://godot_ap/ui/main.tscn"
config/features=PackedStringArray("4.4", "Mobile")
config/icon="res://icon.svg"
[autoload]
Archipelago="*res://godot_ap/autoloads/archipelago.tscn"
[display]
window/size/viewport_width=750
window/size/viewport_height=400
window/size/extend_to_title=true
window/size/window_width_override=1152
window/size/window_height_override=648
window/subwindows/embed_subwindows=false
window/stretch/aspect="expand"
[filesystem]
import/blender/enabled=false
[gui]
timers/tooltip_delay_sec=0.2
theme/custom="res://godot_ap/ui/themes/dark_theme.tres"
theme/custom_font="uid://bsf22ltaya6h0"
[rendering]
renderer/rendering_method="gl_compatibility"