-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.godot
63 lines (44 loc) · 1.49 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
; 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="Out of the Gutter"
run/main_scene="res://scenes/screens/start_screen.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
SceneManager="*res://autoloads/scene_manager.tscn"
AlertDisplayer="*res://autoloads/alert_displayer.tscn"
MusicPlayer="*res://autoloads/music_player.tscn"
Net="*res://autoloads/net.gd"
ResourceHolder="*res://autoloads/resource_holder.gd"
ServiceDiscovery="*res://addons/lan_servers_discovery/servers_discovery.gd"
[debug]
multirun/number_of_windows=2
multirun/add_custom_args=true
multirun/window_args=["listen", "join"]
[display]
window/size/viewport_width=1080
window/size/viewport_height=1920
window/size/always_on_top=true
window/size/window_width_override=400
window/size/window_height_override=711
window/stretch/mode="viewport"
window/handheld/orientation=1
[editor_plugins]
enabled=PackedStringArray("res://addons/lan_servers_discovery/plugin.cfg", "res://addons/multirun/plugin.cfg")
[gui]
theme/default_theme_scale=2.0
[input_devices]
pointing/emulate_touch_from_mouse=true
[layer_names]
2d_physics/layer_1="Ground"
2d_physics/layer_2="Player"
2d_physics/layer_3="TagComponent"
[rendering]
textures/canvas_textures/default_texture_filter=0