2023-01-24 12:43:19 -07: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="Project Teddy"
|
2023-01-26 12:17:54 -07:00
|
|
|
run/main_scene="res://scenes/mainmenu.tscn"
|
2023-01-24 12:43:19 -07:00
|
|
|
config/features=PackedStringArray("4.0", "Forward Plus")
|
2023-01-26 13:23:13 -07:00
|
|
|
boot_splash/show_image=false
|
2023-01-24 12:43:19 -07:00
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
2023-01-26 12:17:54 -07:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
Global="*res://scripts/global.gd"
|
2023-01-29 10:41:06 -07:00
|
|
|
SettingsFile="*res://scripts/settings-file.gd"
|
2023-02-16 13:27:34 -07:00
|
|
|
Networking="*res://scripts/networking.gd"
|
2023-01-26 12:17:54 -07:00
|
|
|
|
2023-01-24 12:43:19 -07:00
|
|
|
[display]
|
|
|
|
|
2023-01-26 12:17:54 -07:00
|
|
|
window/stretch/mode="canvas_items"
|
2023-01-24 12:43:19 -07:00
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
player_left={
|
|
|
|
"deadzone": 0.5,
|
2023-01-29 10:41:06 -07:00
|
|
|
"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":65,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2023-01-24 12:43:19 -07:00
|
|
|
]
|
|
|
|
}
|
|
|
|
player_right={
|
|
|
|
"deadzone": 0.5,
|
2023-01-29 10:41:06 -07:00
|
|
|
"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":68,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2023-01-24 12:43:19 -07:00
|
|
|
]
|
|
|
|
}
|
|
|
|
player_forward={
|
|
|
|
"deadzone": 0.5,
|
2023-01-29 10:41:06 -07:00
|
|
|
"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":87,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2023-01-24 12:43:19 -07:00
|
|
|
]
|
|
|
|
}
|
|
|
|
player_backward={
|
|
|
|
"deadzone": 0.5,
|
2023-01-29 10:41:06 -07:00
|
|
|
"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":83,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2023-01-24 12:43:19 -07:00
|
|
|
]
|
|
|
|
}
|
|
|
|
sprint={
|
|
|
|
"deadzone": 0.5,
|
2023-01-29 10:41:06 -07:00
|
|
|
"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":4194325,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2023-01-24 12:43:19 -07:00
|
|
|
]
|
|
|
|
}
|
2023-01-26 12:17:54 -07:00
|
|
|
menu={
|
|
|
|
"deadzone": 0.5,
|
2023-01-29 10:41:06 -07:00
|
|
|
"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":4194305,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2023-01-26 12:17:54 -07:00
|
|
|
]
|
|
|
|
}
|
2023-01-27 12:47:13 -07: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":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"pressed":false,"double_click":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2023-02-02 13:28:14 -07:00
|
|
|
console={
|
|
|
|
"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":96,"key_label":0,"unicode":96,"echo":false,"script":null)
|
2023-02-22 21:31:22 -07:00
|
|
|
, 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":167,"key_label":0,"unicode":96,"echo":false,"script":null)
|
2023-02-02 13:28:14 -07:00
|
|
|
]
|
|
|
|
}
|
|
|
|
console_send={
|
|
|
|
"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":4194309,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|