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"
|
2023-03-22 21:22:51 -07:00
|
|
|
config/features=PackedStringArray("4.1", "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
|
|
|
DialogueManager="*res://addons/dialogue_manager/dialogue_manager.gd"
|
|
|
|
GlobalState="*res://State/Global/GlobalState.cs"
|
2023-08-01 23:49:48 -07:00
|
|
|
EventBus="*res://Events/EventBus.cs"
|
2023-08-13 16:49:18 -07:00
|
|
|
BaseUI="*res://UI/Base.tscn"
|
2023-08-03 16:17:34 -07:00
|
|
|
World="*res://Scenes/Level.tscn"
|
2023-09-09 15:14:53 -07:00
|
|
|
AudioManager="*res://Audio/AudioManager.cs"
|
2023-08-07 02:38:51 -07:00
|
|
|
DebugConsole="*res://Debug/DebugConsole.cs"
|
|
|
|
Panku="*res://addons/panku_console/console.tscn"
|
2023-07-25 03:47:31 -07:00
|
|
|
|
|
|
|
[dialogue_manager]
|
|
|
|
|
|
|
|
general/states=["GlobalState"]
|
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]
|
|
|
|
|
2023-08-08 00:54:00 -07:00
|
|
|
enabled=PackedStringArray("res://addons/panku_console/plugin.cfg", "res://addons/dialogue_manager/plugin.cfg")
|
2023-07-25 03:47:31 -07:00
|
|
|
|
2022-11-10 20:29:53 -08:00
|
|
|
[input]
|
|
|
|
|
2023-08-07 02:38:51 -07: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":4194309,"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,"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,
|
2023-08-07 02:38:51 -07: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,"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,
|
2023-08-07 02:38:51 -07: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,"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,
|
2023-08-07 02:38:51 -07: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,"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,
|
2023-08-07 02:38:51 -07: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,"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-08-06 01:07:30 -07: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,"pressed":false,"double_click":false,"script":null)
|
2023-01-29 12:05:44 -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,"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-08-06 01:07:30 -07: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,"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,
|
|
|
|
"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,"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":2,"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,
|
|
|
|
"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,"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,
|
|
|
|
"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,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
equip_2={
|
|
|
|
"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":50,"key_label":0,"unicode":50,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
equip_3={
|
|
|
|
"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":51,"key_label":0,"unicode":51,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2023-08-02 01:59:37 -07:00
|
|
|
emote={
|
|
|
|
"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":71,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2023-08-07 02:38:51 -07:00
|
|
|
up={
|
|
|
|
"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)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
down={
|
|
|
|
"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)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
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)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
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)
|
|
|
|
, 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,
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":4,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
look_down={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":4,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
look_left={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
look_right={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
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,
|
|
|
|
"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,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2022-11-10 20:29:53 -08:00
|
|
|
|
2023-07-25 03:47:31 -07:00
|
|
|
[internationalization]
|
|
|
|
|
2023-08-07 02:38:51 -07:00
|
|
|
locale/translations_pot_files=PackedStringArray("res://Assets/Dialog/doc.dialogue", "res://Assets/Dialogue/doc.dialogue", "res://Assets/Dialogue/spellbook.dialogue", "res://Assets/Dialogue/books.dialogue", "res://Assets/Dialogue/clone-machine.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
|
|
|
|
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
|
2023-09-06 22:54:20 -07:00
|
|
|
renderer/rendering_method="gl_compatibility"
|
2023-07-13 23:46:58 -07:00
|
|
|
environment/defaults/default_clear_color=Color(0.301961, 0.301961, 0.301961, 1)
|