-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.godot
42 lines (29 loc) · 867 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
33
34
35
36
37
38
39
40
41
42
; 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=4
[application]
config/name="World"
run/main_scene="res://Game.tscn"
[editor_plugins]
enabled=PoolStringArray( "res://addons/ecsplugin/plugin.cfg" )
[global]
default_clear_color=Color( 0, 0, 0, 1 )
batch=false
physics=false
pixel=false
[layer_names]
2d_physics/layer_1="Pickup"
2d_physics/layer_2="Combat"
[physics]
common/physics_fps=30
[rendering]
quality/intended_usage/framebuffer_allocation=1
quality/intended_usage/framebuffer_allocation.mobile=1
2d/snapping/use_gpu_pixel_snap=true
environment/default_clear_color=Color( 0, 0, 0, 1 )
environment/default_environment="res://default_env.tres"