SupaLidlGame/project.godot

233 lines
12 KiB
Plaintext
Raw Normal View History

2022-11-10 20:29:53 -08: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="SupaLidlGame"
2023-08-03 16:17:34 -07:00
run/main_scene="res://Scenes/Maps/ArenaExterior.tscn"
2024-01-03 17:46:19 -08:00
config/features=PackedStringArray("4.3", "C#", "Forward Plus")
2022-11-10 20:29:53 -08:00
config/icon="res://icon.svg"
2023-07-24 12:40:28 -07:00
[autoload]
2023-07-25 03:47:31 -07:00
GlobalState="*res://State/Global/GlobalState.cs"
2023-08-01 23:49:48 -07:00
EventBus="*res://Events/EventBus.cs"
2023-08-03 16:17:34 -07:00
World="*res://Scenes/Level.tscn"
AudioManager="*res://Audio/AudioManager.cs"
2023-09-24 18:51:23 -07:00
DebugUi="*res://UI/Debug/DebugUI.tscn"
DialogueManager="*res://addons/dialogue_manager/dialogue_manager.gd"
2024-06-06 13:04:49 -07:00
PhantomCameraManager="*res://addons/phantom_camera/scripts/managers/phantom_camera_manager.gd"
2023-07-25 03:47:31 -07:00
[dialogue_manager]
general/states=["GlobalState", "World", "EventBus"]
2023-07-31 01:12:47 -07:00
general/wrap_lines=true
2023-07-24 12:40:28 -07:00
2023-07-22 20:23:48 -07:00
[display]
2023-08-03 10:09:12 -07:00
window/size/viewport_width=1920
window/size/viewport_height=1080
2023-07-22 20:23:48 -07:00
window/stretch/mode="viewport"
window/stretch/aspect="expand"
2022-11-10 20:29:53 -08:00
[dotnet]
project/assembly_name="SupaLidlGame"
2023-07-25 03:47:31 -07:00
[editor_plugins]
2024-06-06 13:04:49 -07:00
enabled=PackedStringArray("res://addons/dialogue_manager/plugin.cfg", "res://addons/phantom_camera/plugin.cfg")
2023-07-25 03:47:31 -07:00
2023-12-09 23:49:43 -08:00
[file_customization]
folder_colors={
"res://Assets/": "red",
"res://Scenes/": "green"
}
2022-11-10 20:29:53 -08:00
[input]
2023-08-07 02:38:51 -07:00
ui_accept={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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":4194309,"physical_keycode":0,"key_label":0,"unicode":4194309,"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":4194310,"location":0,"echo":false,"script":null)
2023-08-13 16:49:18 -07:00
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
2023-08-07 02:38:51 -07:00
]
}
2022-11-10 20:29:53 -08:00
ui_left={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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":4194319,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
2022-11-10 20:29:53 -08:00
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null)
]
}
ui_right={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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":4194321,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
2022-11-10 20:29:53 -08:00
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
]
}
ui_up={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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":4194320,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
2022-11-10 20:29:53 -08:00
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null)
]
}
ui_down={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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":4194322,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
2022-11-10 20:29:53 -08:00
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null)
]
}
2022-11-13 15:42:04 -08:00
roll={
"deadzone": 0.5,
2023-12-09 16:26:44 -08:00
"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":3,"canceled":false,"pressed":false,"double_click":false,"script":null)
2024-02-27 09:12:55 -08:00
, 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":32,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
2023-08-13 16:49:18 -07:00
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":7,"pressure":0.0,"pressed":false,"script":null)
2022-11-13 15:42:04 -08:00
]
}
2022-11-19 21:21:12 -08:00
attack1={
"deadzone": 0.5,
2023-12-09 16:26:44 -08:00
"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,"canceled":false,"pressed":false,"double_click":false,"script":null)
2023-08-13 16:49:18 -07:00
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":5,"axis_value":1.0,"script":null)
2022-11-19 21:21:12 -08:00
]
}
2023-08-08 00:54:00 -07:00
attack2={
"deadzone": 0.5,
2023-12-09 16:26:44 -08:00
"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":2,"canceled":false,"pressed":false,"double_click":false,"script":null)
2024-06-05 12:19:53 -07:00
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":4,"axis_value":1.0,"script":null)
2023-08-08 00:54:00 -07:00
]
}
2022-11-19 21:21:12 -08:00
equip={
"deadzone": 0.5,
2023-09-09 22:33:57 -07:00
"events": []
2022-11-19 21:21:12 -08:00
}
2023-03-25 10:21:24 -07:00
interact={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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":70,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
2023-08-13 16:49:18 -07:00
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":2,"pressure":0.0,"pressed":false,"script":null)
2023-03-25 10:21:24 -07:00
]
}
2023-04-16 14:11:17 -07:00
equip_1={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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":49,"key_label":0,"unicode":49,"location":0,"echo":false,"script":null)
2023-04-16 14:11:17 -07:00
]
}
equip_2={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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":50,"key_label":0,"unicode":50,"location":0,"echo":false,"script":null)
2023-04-16 14:11:17 -07:00
]
}
equip_3={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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":51,"key_label":0,"unicode":51,"location":0,"echo":false,"script":null)
2023-04-16 14:11:17 -07:00
]
}
2023-08-02 01:59:37 -07:00
emote={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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":71,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
2023-08-02 01:59:37 -07:00
]
}
2023-08-07 02:38:51 -07:00
up={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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-08-07 02:38:51 -07:00
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
]
}
down={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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-08-07 02:38:51 -07:00
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
]
}
left={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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-08-07 02:38:51 -07:00
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null)
]
}
right={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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-08-07 02:38:51 -07:00
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null)
]
}
2023-08-13 16:49:18 -07:00
look_up={
"deadzone": 0.5,
2024-01-06 14:10:59 -08:00
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null)
2023-08-13 16:49:18 -07:00
]
}
look_down={
"deadzone": 0.5,
2024-01-06 14:10:59 -08:00
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null)
2023-08-13 16:49:18 -07:00
]
}
look_left={
"deadzone": 0.5,
2024-01-06 14:10:59 -08:00
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":-1.0,"script":null)
2023-08-13 16:49:18 -07:00
]
}
look_right={
"deadzone": 0.5,
2024-01-06 14:10:59 -08:00
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":1.0,"script":null)
2023-08-13 16:49:18 -07:00
]
}
2023-08-15 00:44:44 -07:00
next_item={
"deadzone": 0.5,
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":5,"pressure":0.0,"pressed":false,"script":null)
]
}
prev_item={
"deadzone": 0.5,
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":4,"pressure":0.0,"pressed":false,"script":null)
]
}
2023-09-09 22:33:57 -07:00
ability={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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":69,"key_label":0,"unicode":101,"location":0,"echo":false,"script":null)
2023-09-09 22:33:57 -07:00
]
}
2023-09-17 22:35:27 -07:00
cast={
"deadzone": 0.5,
2024-02-27 09:12:55 -08: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":67,"key_label":0,"unicode":99,"location":0,"echo":false,"script":null)
2023-09-17 22:35:27 -07:00
]
}
2022-11-10 20:29:53 -08:00
2023-07-25 03:47:31 -07:00
[internationalization]
locale/translations_pot_files=PackedStringArray("res://Assets/Dialogue/doc.dialogue", "res://Assets/Dialogue/books.dialogue", "res://Assets/Dialogue/clone-machine.dialogue", "res://Dialogue/snus-dealer.dialogue")
2023-07-25 03:47:31 -07:00
2022-11-27 19:37:16 -08:00
[layer_names]
2023-07-31 01:12:47 -07:00
2d_render/layer_4="Godray Occluder"
2023-08-01 02:10:55 -07:00
2d_render/layer_5="Godray Occluder Secondary"
2022-11-27 19:37:16 -08:00
2d_physics/layer_1="World"
2d_physics/layer_2="Character"
2d_physics/layer_3="Player"
2d_physics/layer_4="NPC"
2023-05-23 00:25:28 -07:00
2d_physics/layer_5="World Clip"
2023-06-06 18:39:23 -07:00
2d_physics/layer_6="Interaction Receiver"
2d_physics/layer_7="Interaction Trigger"
2022-11-27 19:37:16 -08:00
[navigation]
2d/default_cell_size=16.0
2022-11-10 20:29:53 -08:00
[physics]
2d/default_gravity=0.0
2023-07-13 23:46:58 -07:00
[rendering]
2023-07-31 01:12:47 -07:00
textures/canvas_textures/default_texture_filter=0
2024-06-06 13:04:49 -07:00
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"
2023-07-13 23:46:58 -07:00
environment/defaults/default_clear_color=Color(0.301961, 0.301961, 0.301961, 1)
2024-01-06 14:10:59 -08:00
viewport/hdr_2d=true