2024-09-04 11:50:57 -04: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="lakewood"
|
2024-09-04 13:34:11 -04:00
|
|
|
<<<<<<< HEAD
|
|
|
|
=======
|
2024-09-04 13:13:42 -04:00
|
|
|
run/main_scene="res://world.tscn"
|
2024-09-04 13:34:11 -04:00
|
|
|
>>>>>>> f25b89aa52bc76423cd04483e3b0644fe3df1dc6
|
2024-09-04 13:33:16 -04:00
|
|
|
config/features=PackedStringArray("4.3", "Forward Plus")
|
2024-09-04 11:50:57 -04:00
|
|
|
config/icon="res://icon.svg"
|
2024-09-07 12:08:47 -04:00
|
|
|
|
2024-09-07 14:12:04 -04:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
DialogueManager="*res://addons/dialogue_manager/dialogue_manager.gd"
|
|
|
|
|
|
|
|
[editor_plugins]
|
|
|
|
|
|
|
|
enabled=PackedStringArray("res://addons/dialogue_manager/plugin.cfg")
|
|
|
|
|
2024-09-07 12:08:47 -04:00
|
|
|
[input]
|
|
|
|
|
2024-09-07 14:12:04 -04:00
|
|
|
ui_accept={
|
|
|
|
"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":4194309,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
, 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":4194310,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
, 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)
|
|
|
|
]
|
|
|
|
}
|
2024-09-07 12:08:47 -04:00
|
|
|
jump={
|
|
|
|
"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":32,"key_label":0,"unicode":32,"location":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
move_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,"location":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
move_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,"location":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2024-09-07 14:12:04 -04:00
|
|
|
W={
|
|
|
|
"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,"location":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2024-09-25 17:04:33 -04:00
|
|
|
crouch={
|
|
|
|
"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":4194326,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2024-09-07 14:12:04 -04:00
|
|
|
|
|
|
|
[internationalization]
|
|
|
|
|
|
|
|
locale/translations_pot_files=PackedStringArray("res://Dialouges/main.dialogue")
|
|
|
|
|
|
|
|
[layer_names]
|
|
|
|
|
|
|
|
2d_physics/layer_1="World"
|
|
|
|
2d_physics/layer_2="Player"
|
|
|
|
2d_physics/layer_3="Actionables"
|
2024-09-07 13:13:05 -04:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
textures/canvas_textures/default_texture_filter=0
|