particles/project.godot

56 lines
1.5 KiB
Plaintext
Raw Normal View History

2021-12-26 14:58:58 -05:00
; 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="Particles"
run/main_scene="res://Main.tscn"
2022-01-17 20:28:28 -05:00
boot_splash/image="res://textures/particles_logo_square.png"
boot_splash/fullsize=false
boot_splash/bg_color=Color( 0, 0, 0, 1 )
2021-12-26 14:58:58 -05:00
config/icon="res://icon.png"
2021-12-29 15:08:26 -05:00
config/windows_native_icon="res://icon.ico"
2021-12-26 14:58:58 -05:00
[display]
2021-12-26 23:08:40 -05:00
window/size/resizable=false
window/size/borderless=true
2021-12-29 15:08:26 -05:00
window/size/fullscreen=true
2021-12-26 14:58:58 -05:00
[input]
2021-12-29 15:08:26 -05:00
reset={
2021-12-26 14:58:58 -05:00
"deadzone": 0.5,
2021-12-29 15:08:26 -05:00
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":82,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
2021-12-26 14:58:58 -05:00
]
}
2021-12-29 15:08:26 -05:00
quit={
2021-12-26 15:56:57 -05:00
"deadzone": 0.5,
2021-12-29 15:08:26 -05:00
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777217,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
2021-12-26 15:56:57 -05:00
]
}
2021-12-26 14:58:58 -05:00
2021-12-29 15:08:26 -05:00
[mono]
profiler/enabled=true
2021-12-26 14:58:58 -05:00
[physics]
2021-12-26 23:08:40 -05:00
common/physics_fps=30
2021-12-26 14:58:58 -05:00
common/enable_pause_aware_picking=true
[rendering]
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
2021-12-26 15:56:57 -05:00
environment/default_clear_color=Color( 0, 0, 0, 1 )
2021-12-29 15:08:26 -05:00
environment/default_environment="res://default_env.tres"