2023-11-08 18:14:14 -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=5
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
2023-11-10 21:58:44 -05:00
|
|
|
config/name="Fowl Play"
|
2023-11-08 22:00:52 -05:00
|
|
|
run/main_scene="res://Scenes/world.tscn"
|
2025-04-18 14:00:24 -04:00
|
|
|
config/features=PackedStringArray("4.4", "Forward Plus")
|
2023-11-08 18:14:14 -05:00
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
2023-11-13 14:51:26 -05:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/stretch/mode="canvas_items"
|
|
|
|
window/stretch/aspect="expand"
|
|
|
|
|
2023-11-08 18:14:14 -05:00
|
|
|
[dotnet]
|
|
|
|
|
|
|
|
project/assembly_name="Godot Multiplayer"
|
2023-11-08 22:00:52 -05:00
|
|
|
|
|
|
|
[filesystem]
|
|
|
|
|
|
|
|
import/blender/enabled=false
|
2023-11-09 08:34:05 -05:00
|
|
|
import/fbx/enabled=false
|
2023-11-08 22:00:52 -05:00
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
up={
|
|
|
|
"deadzone": 0.5,
|
2024-09-03 08:46:36 -04:00
|
|
|
"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)
|
2023-11-09 23:55:30 -05:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
|
2023-11-08 22:00:52 -05:00
|
|
|
]
|
|
|
|
}
|
|
|
|
down={
|
|
|
|
"deadzone": 0.5,
|
2024-09-03 08:46:36 -04:00
|
|
|
"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)
|
2023-11-09 23:55:30 -05:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
|
2023-11-08 22:00:52 -05:00
|
|
|
]
|
|
|
|
}
|
|
|
|
left={
|
|
|
|
"deadzone": 0.5,
|
2024-09-03 08:46:36 -04:00
|
|
|
"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)
|
2023-11-09 23:55:30 -05:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null)
|
2023-11-08 22:00:52 -05:00
|
|
|
]
|
|
|
|
}
|
|
|
|
right={
|
|
|
|
"deadzone": 0.5,
|
2024-09-03 08:46:36 -04:00
|
|
|
"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)
|
2023-11-09 23:55:30 -05:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null)
|
2023-11-08 22:00:52 -05:00
|
|
|
]
|
|
|
|
}
|
|
|
|
quit={
|
|
|
|
"deadzone": 0.5,
|
2024-09-03 08:46:36 -04:00
|
|
|
"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":4194305,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
2023-11-09 23:55:30 -05:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":8,"pressure":0.0,"pressed":true,"script":null)
|
2023-11-08 22:00:52 -05:00
|
|
|
]
|
|
|
|
}
|
|
|
|
shoot={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":1,"position":Vector2(348, 5),"global_position":Vector2(352, 48),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":false,"script":null)
|
2023-11-09 23:55:30 -05:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":5,"axis_value":-1.0,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":-1.0,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":1,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
jump={
|
|
|
|
"deadzone": 0.5,
|
2024-09-03 08:46:36 -04:00
|
|
|
"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":32,"key_label":0,"unicode":32,"location":0,"echo":false,"script":null)
|
2023-11-09 23:55:30 -05:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":5,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":4,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
lookUp={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":4,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
lookDown={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":4,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
lookLeft={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
lookRight={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null)
|
2023-11-08 22:00:52 -05:00
|
|
|
]
|
|
|
|
}
|
2023-11-08 23:05:46 -05:00
|
|
|
|
|
|
|
[physics]
|
|
|
|
|
|
|
|
3d/physics_engine="JoltPhysics3D"
|
2023-11-10 21:58:44 -05:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
2023-11-16 20:21:22 -05:00
|
|
|
anti_aliasing/quality/screen_space_aa=1
|
2023-11-10 21:58:44 -05:00
|
|
|
occlusion_culling/use_occlusion_culling=true
|
|
|
|
mesh_lod/lod_change/threshold_pixels=2.0
|