81 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			81 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
; 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="trenches"
 | 
						|
run/main_scene="res://boot.tscn"
 | 
						|
config/features=PackedStringArray("4.3", "Forward Plus")
 | 
						|
run/max_fps=60
 | 
						|
config/icon="res://icon.svg"
 | 
						|
 | 
						|
[display]
 | 
						|
 | 
						|
window/size/viewport_width=1920
 | 
						|
window/size/viewport_height=1080
 | 
						|
window/size/mode=4
 | 
						|
window/stretch/mode="viewport"
 | 
						|
window/stretch/aspect="keep_width"
 | 
						|
 | 
						|
[input]
 | 
						|
 | 
						|
dir_forward={
 | 
						|
"deadzone": 0.2,
 | 
						|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":119,"location":0,"echo":false,"script":null)
 | 
						|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
 | 
						|
]
 | 
						|
}
 | 
						|
dir_backward={
 | 
						|
"deadzone": 0.2,
 | 
						|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null)
 | 
						|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
 | 
						|
]
 | 
						|
}
 | 
						|
dir_left={
 | 
						|
"deadzone": 0.2,
 | 
						|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":97,"location":0,"echo":false,"script":null)
 | 
						|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null)
 | 
						|
]
 | 
						|
}
 | 
						|
dir_right={
 | 
						|
"deadzone": 0.2,
 | 
						|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"location":0,"echo":false,"script":null)
 | 
						|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null)
 | 
						|
]
 | 
						|
}
 | 
						|
look_left={
 | 
						|
"deadzone": 0.2,
 | 
						|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":-1.0,"script":null)
 | 
						|
]
 | 
						|
}
 | 
						|
look_up={
 | 
						|
"deadzone": 0.2,
 | 
						|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null)
 | 
						|
]
 | 
						|
}
 | 
						|
look_right={
 | 
						|
"deadzone": 0.2,
 | 
						|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":1.0,"script":null)
 | 
						|
]
 | 
						|
}
 | 
						|
look_down={
 | 
						|
"deadzone": 0.2,
 | 
						|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null)
 | 
						|
]
 | 
						|
}
 | 
						|
 | 
						|
[physics]
 | 
						|
 | 
						|
3d/run_on_separate_thread=true
 | 
						|
 | 
						|
[rendering]
 | 
						|
 | 
						|
occlusion_culling/use_occlusion_culling=true
 |