GMTKGameJam2024/project.godot

58 lines
2 KiB
Text
Raw Permalink Normal View History

2024-08-16 19:11:16 +01: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="GMTK Game Jam 2024"
2024-08-16 21:45:16 +01:00
run/main_scene="res://scenes/main_scene.tscn"
2024-08-16 19:11:16 +01:00
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://icon.svg"
2024-08-17 02:11:15 +01:00
[display]
window/size/resizable=false
2024-08-16 19:11:16 +01:00
[dotnet]
project/assembly_name="GMTK Game Jam 2024"
2024-08-16 20:16:19 +01:00
2024-08-16 20:14:46 +01:00
[filesystem]
import/blender/enabled=false
2024-08-16 20:17:31 +01:00
2024-08-16 20:16:19 +01:00
[input]
2024-08-18 22:04:20 +01:00
ActivateFrontLeft={
2024-08-16 20:16:19 +01:00
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":49,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
]
}
2024-08-18 22:04:20 +01:00
ActivateFrontRight={
2024-08-16 20:16:19 +01:00
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":50,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
]
}
2024-08-18 22:04:20 +01:00
ActivateBackLeft={
2024-08-16 20:16:19 +01:00
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":51,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
]
}
2024-08-18 22:04:20 +01:00
ActivateBackRight={
2024-08-16 20:16:19 +01:00
"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":52,"key_label":0,"unicode":52,"location":0,"echo":false,"script":null)
]
}
2024-08-16 23:59:49 +01:00
[layer_names]
3d_physics/layer_1="World"
3d_physics/layer_2="RaycastPlane"
3d_physics/layer_3="Arm"