2023-03-03 21:34:05 +00: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]
|
|
|
|
|
|
|
|
|
|
config/name="Frame of Mind"
|
2023-03-13 12:15:43 +00:00
|
|
|
run/main_scene="res://main.tscn"
|
2023-03-03 21:34:05 +00:00
|
|
|
config/features=PackedStringArray("4.0", "Forward Plus")
|
2023-03-21 22:06:45 +00:00
|
|
|
run/max_fps=60
|
2023-03-13 12:15:43 +00:00
|
|
|
config/icon="res://icon.png"
|
2023-03-04 17:14:27 +00:00
|
|
|
|
2023-03-09 21:54:22 +00:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
|
|
State="*res://singletons/global_state.gd"
|
2023-03-04 17:14:27 +00:00
|
|
|
|
2023-04-15 13:57:14 +00:00
|
|
|
[debug]
|
|
|
|
|
|
|
|
|
|
gdscript/warnings/native_method_override=0
|
|
|
|
|
|
2023-03-06 14:06:05 +00:00
|
|
|
[display]
|
|
|
|
|
|
|
|
|
|
window/size/viewport_width=1440
|
|
|
|
|
window/size/viewport_height=1080
|
2023-03-13 12:15:43 +00:00
|
|
|
window/size/mode=3
|
2023-04-15 13:57:14 +00:00
|
|
|
mouse_cursor/custom_image="res://import/interface-elements/cursor.png"
|
2023-03-06 14:06:05 +00:00
|
|
|
window/stretch/mode="canvas_items"
|
|
|
|
|
window/stretch/aspect="expand"
|
|
|
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
|
|
player_right={
|
|
|
|
|
"deadzone": 0.5,
|
|
|
|
|
"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,"echo":false,"script":null)
|
2023-03-27 17:43:20 +00:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null)
|
2023-03-06 14:06:05 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
player_left={
|
|
|
|
|
"deadzone": 0.5,
|
|
|
|
|
"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,"echo":false,"script":null)
|
2023-03-27 17:43:20 +00:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null)
|
2023-03-06 14:06:05 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
player_forwards={
|
|
|
|
|
"deadzone": 0.5,
|
|
|
|
|
"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,"echo":false,"script":null)
|
2023-03-27 17:43:20 +00:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
|
2023-03-06 14:06:05 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
player_backwards={
|
|
|
|
|
"deadzone": 0.5,
|
|
|
|
|
"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,"echo":false,"script":null)
|
2023-03-27 17:43:20 +00:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
|
2023-03-06 14:06:05 +00:00
|
|
|
]
|
|
|
|
|
}
|
2023-03-14 21:09:15 +00:00
|
|
|
mouse_left={
|
|
|
|
|
"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":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
look_right={
|
|
|
|
|
"deadzone": 0.5,
|
2023-03-27 17:43:20 +00:00
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":1.0,"script":null)
|
|
|
|
|
]
|
2023-03-14 21:09:15 +00:00
|
|
|
}
|
|
|
|
|
look_left={
|
|
|
|
|
"deadzone": 0.5,
|
2023-03-27 17:43:20 +00:00
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":-1.0,"script":null)
|
|
|
|
|
]
|
2023-03-14 21:09:15 +00:00
|
|
|
}
|
|
|
|
|
look_up={
|
|
|
|
|
"deadzone": 0.5,
|
2023-03-27 17:43:20 +00:00
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null)
|
|
|
|
|
]
|
2023-03-14 21:09:15 +00:00
|
|
|
}
|
|
|
|
|
look_down={
|
|
|
|
|
"deadzone": 0.5,
|
2023-03-27 17:43:20 +00:00
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null)
|
|
|
|
|
]
|
2023-03-14 21:09:15 +00:00
|
|
|
}
|
2023-03-06 14:06:05 +00:00
|
|
|
|
2023-03-15 13:27:04 +00:00
|
|
|
[layer_names]
|
|
|
|
|
|
|
|
|
|
3d_physics/layer_1="Scene Geometry"
|
|
|
|
|
3d_physics/layer_5="UI_reveal"
|
|
|
|
|
3d_physics/layer_6="UI_handle"
|
|
|
|
|
|
2023-03-04 17:14:27 +00:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
|
|
anti_aliasing/quality/screen_space_aa=1
|