2024-02-26 08:33:37 +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
|
|
|
|
|
|
2024-11-13 17:23:32 +01:00
|
|
|
[DebugGUI]
|
|
|
|
|
|
|
|
|
|
Settings/enableGraphs=true
|
|
|
|
|
Settings/enableLogs=true
|
|
|
|
|
Settings/backgroundColor=Color(0, 0, 0, 0.7)
|
|
|
|
|
Settings/scrubberColor=Color(1, 1, 0, 0.7)
|
|
|
|
|
Settings/graphWidth=300
|
|
|
|
|
Settings/graphHeight=100
|
|
|
|
|
Settings/temporaryLogLifetime=5.0
|
|
|
|
|
|
2025-03-13 13:29:13 +01:00
|
|
|
[addons]
|
|
|
|
|
|
|
|
|
|
resources_spreadsheet_view/array_color_tint=100.0
|
|
|
|
|
resources_spreadsheet_view/color_rows=true
|
|
|
|
|
resources_spreadsheet_view/array_min_width=128.0
|
|
|
|
|
resources_spreadsheet_view/resource_preview_size=32.0
|
|
|
|
|
resources_spreadsheet_view/clip_headers=false
|
|
|
|
|
resources_spreadsheet_view/dupe_arrays=true
|
|
|
|
|
resources_spreadsheet_view/context_menu_on_leftclick=false
|
|
|
|
|
resources_spreadsheet_view/fold_docks=true
|
|
|
|
|
resources_spreadsheet_view/resource_cell_label_mode=1
|
|
|
|
|
resources_spreadsheet_view/freeze_first_column=true
|
|
|
|
|
|
2024-02-26 08:33:37 +01:00
|
|
|
[application]
|
|
|
|
|
|
|
|
|
|
config/name="Cirno"
|
2025-03-10 11:01:12 +01:00
|
|
|
run/main_scene="uid://dew6axbejrusj"
|
2025-02-24 11:37:45 +01:00
|
|
|
config/features=PackedStringArray("4.4", "C#", "GL Compatibility")
|
2024-02-26 08:33:37 +01:00
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
|
2024-11-11 15:41:34 +01:00
|
|
|
[autoload]
|
|
|
|
|
|
2024-11-13 17:23:32 +01:00
|
|
|
DebugStats="res://Scenes/debug_stats.tscn"
|
2025-02-06 11:36:21 +01:00
|
|
|
Dialogic="*res://addons/dialogic/Core/DialogicGameHandler.gd"
|
2025-02-20 21:26:51 +01:00
|
|
|
GlobalState="*res://Scripts/GlobalState.cs"
|
2025-02-24 11:52:50 +01:00
|
|
|
GodotGTweensContextNode="*res://GTweensGodot/Godot/Source/Contexts/GodotGTweensContextNode.cs"
|
2025-02-06 11:36:21 +01:00
|
|
|
|
|
|
|
|
[dialogic]
|
|
|
|
|
|
|
|
|
|
directories/dch_directory={
|
2025-02-07 11:15:57 +01:00
|
|
|
"Cirno": "res://Dialogue/Characters/Cirno.dch",
|
2025-03-10 19:16:54 +01:00
|
|
|
"Colonel": "res://Dialogue/Characters/Colonel.dch",
|
2025-02-21 18:57:00 +01:00
|
|
|
"ICE": "res://Dialogue/Characters/ICE.dch",
|
2025-02-07 11:15:57 +01:00
|
|
|
"Navigator": "res://Dialogue/Characters/Navigator.dch",
|
|
|
|
|
"Rumia": "res://Dialogue/Characters/Rumia.dch",
|
2025-02-24 22:30:29 +01:00
|
|
|
"computer": "res://Dialogue/Characters/computer.dch",
|
|
|
|
|
"test": "res://Dialogue/Characters/test.dch"
|
2025-02-06 11:36:21 +01:00
|
|
|
}
|
|
|
|
|
directories/dtl_directory={
|
2025-02-18 15:47:26 +01:00
|
|
|
"Mission1_Briefing": "res://Dialogue/Timelines/Mission1_Briefing.dtl",
|
2025-02-07 11:15:57 +01:00
|
|
|
"Rumia_Intro": "res://Dialogue/Timelines/Rumia_Intro.dtl",
|
2025-03-10 19:16:54 +01:00
|
|
|
"colonel1": "res://Dialogue/Timelines/Rebel_Base/colonel1.dtl",
|
2025-02-07 11:15:57 +01:00
|
|
|
"computer1": "res://Dialogue/Timelines/computer1.dtl",
|
2025-02-07 15:43:02 +01:00
|
|
|
"computer2": "res://Dialogue/Timelines/computer2.dtl",
|
2025-02-24 22:30:29 +01:00
|
|
|
"computer_control_1": "res://Dialogue/Timelines/computer_control_1.dtl",
|
2025-02-19 17:38:54 +01:00
|
|
|
"intro_story": "res://Dialogue/Timelines/intro_story.dtl",
|
2025-02-14 13:27:30 +01:00
|
|
|
"rumia_defeat": "res://Dialogue/Timelines/rumia_defeat.dtl",
|
2025-02-16 00:03:35 +01:00
|
|
|
"rumia_rebel_base_1": "res://Dialogue/Timelines/rumia_rebel_base_1.dtl",
|
2025-02-06 15:57:03 +01:00
|
|
|
"testintro": "res://Dialogue/Timelines/testintro.dtl",
|
2025-02-21 18:57:00 +01:00
|
|
|
"timeline": "res://Dialogue/timeline.dtl",
|
|
|
|
|
"tutorial_barrels": "res://Dialogue/Timelines/Tutorial/tutorial_barrels.dtl",
|
|
|
|
|
"tutorial_cameras": "res://Dialogue/Timelines/Tutorial/tutorial_cameras.dtl",
|
|
|
|
|
"tutorial_gun": "res://Dialogue/Timelines/Tutorial/tutorial_gun.dtl",
|
|
|
|
|
"tutorial_intro": "res://Dialogue/Timelines/Tutorial/tutorial_intro.dtl",
|
2025-03-05 15:58:15 +01:00
|
|
|
"tutorial_repeater": "res://Dialogue/Timelines/Tutorial/tutorial_repeater.dtl",
|
2025-02-21 18:57:00 +01:00
|
|
|
"tutorial_switch": "res://Dialogue/Timelines/Tutorial/tutorial_switch.dtl",
|
|
|
|
|
"tutorial_teleporter_1": "res://Dialogue/Timelines/Tutorial/tutorial_teleporter_1.dtl",
|
|
|
|
|
"tutorial_teleporter_2": "res://Dialogue/Timelines/Tutorial/tutorial_teleporter_2.dtl"
|
2025-02-06 11:36:21 +01:00
|
|
|
}
|
|
|
|
|
glossary/default_case_sensitive=true
|
2025-02-21 22:23:28 +01:00
|
|
|
layout/style_list=["res://Dialogue/Styles/Textbox_style.tres", "res://Dialogue/Styles/VN.tres", "res://Dialogue/Styles/Intro_Syle.tres", "res://Dialogue/Styles/custom_test.tres", "res://Dialogue/Styles/speakerstyletest.tres"]
|
2025-02-06 11:36:21 +01:00
|
|
|
layout/default_style="res://Dialogue/Styles/Textbox_style.tres"
|
|
|
|
|
variables={}
|
|
|
|
|
extensions_folder="res://addons/dialogic_additions"
|
|
|
|
|
text/letter_speed=0.01
|
|
|
|
|
text/initial_text_reveal_skippable=true
|
|
|
|
|
text/text_reveal_skip_delay=0.1
|
|
|
|
|
text/advance_delay=0.1
|
|
|
|
|
text/autoadvance_per_character_delay=0.1
|
|
|
|
|
text/autoadvance_ignored_characters_enabled=true
|
|
|
|
|
audio/max_channels=4.0
|
|
|
|
|
animations/join_default_length=0.5
|
|
|
|
|
animations/join_default_wait=true
|
|
|
|
|
animations/leave_default_length=0.5
|
|
|
|
|
animations/leave_default_wait=true
|
|
|
|
|
animations/cross_fade_default_length=0.5
|
|
|
|
|
choices/autofocus_first=true
|
|
|
|
|
choices/delay=0.2
|
|
|
|
|
choices/reveal_delay=0
|
|
|
|
|
choices/reveal_by_input=false
|
|
|
|
|
save/autosave_delay=60.0
|
|
|
|
|
save/encryption_on_exports_only=true
|
|
|
|
|
text/autopauses={}
|
2024-11-11 15:41:34 +01:00
|
|
|
|
2024-02-26 08:33:37 +01:00
|
|
|
[display]
|
|
|
|
|
|
2024-11-13 17:23:32 +01:00
|
|
|
window/size/viewport_width=320
|
|
|
|
|
window/size/viewport_height=160
|
|
|
|
|
window/size/window_width_override=1920
|
|
|
|
|
window/size/window_height_override=1080
|
|
|
|
|
window/stretch/mode="canvas_items"
|
|
|
|
|
window/stretch/scale_mode="integer"
|
2024-02-26 08:33:37 +01:00
|
|
|
|
|
|
|
|
[dotnet]
|
|
|
|
|
|
|
|
|
|
project/assembly_name="Cirno"
|
|
|
|
|
|
2025-03-03 13:48:39 +01:00
|
|
|
[editor]
|
|
|
|
|
|
|
|
|
|
movie_writer/movie_file="D:/Maddo/Recordings/Capture.avi"
|
|
|
|
|
|
2024-03-04 08:25:41 +01:00
|
|
|
[editor_plugins]
|
|
|
|
|
|
2025-03-13 13:29:13 +01:00
|
|
|
enabled=PackedStringArray("res://addons/dialogic/plugin.cfg", "res://addons/resources_spreadsheet_view/plugin.cfg", "res://addons/scene_palette/plugin.cfg", "res://addons/smoothing/plugin.cfg")
|
2024-03-04 08:25:41 +01:00
|
|
|
|
2025-01-28 14:05:38 +01:00
|
|
|
[global_group]
|
|
|
|
|
|
|
|
|
|
Interactable=""
|
2025-02-07 10:01:07 +01:00
|
|
|
Solid=""
|
2025-03-03 17:55:53 +01:00
|
|
|
Acid=""
|
2025-03-13 09:58:54 +01:00
|
|
|
Destroyable=""
|
2025-01-28 14:05:38 +01:00
|
|
|
|
2024-02-26 08:33:37 +01:00
|
|
|
[input]
|
|
|
|
|
|
|
|
|
|
left={
|
|
|
|
|
"deadzone": 0.5,
|
2024-08-17 17:00:50 +02: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,"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":0,"physical_keycode":4194319,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
2025-02-11 00:18:26 +01:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null)
|
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":13,"pressure":0.0,"pressed":true,"script":null)
|
2024-02-26 08:33:37 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
right={
|
|
|
|
|
"deadzone": 0.5,
|
2024-08-17 17:00:50 +02: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":4194321,"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":68,"key_label":0,"unicode":100,"location":0,"echo":false,"script":null)
|
2025-02-11 00:18:26 +01:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":14,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null)
|
2024-02-26 08:33:37 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
up={
|
|
|
|
|
"deadzone": 0.5,
|
2024-08-17 17:00:50 +02: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":4194320,"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)
|
2025-02-11 00:18:26 +01:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":11,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
|
2024-02-26 08:33:37 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
down={
|
|
|
|
|
"deadzone": 0.5,
|
2024-08-17 17:00:50 +02: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":4194322,"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":83,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null)
|
2025-02-11 00:18:26 +01:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":12,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
|
2024-02-26 08:33:37 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
click={
|
|
|
|
|
"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":1,"position":Vector2(112, 10),"global_position":Vector2(116, 51),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
2024-02-27 17:16:55 +01:00
|
|
|
shoot={
|
|
|
|
|
"deadzone": 0.5,
|
2024-08-17 17:00:50 +02: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":32,"key_label":0,"unicode":32,"location":0,"echo":false,"script":null)
|
2025-02-11 00:18:26 +01:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":5,"axis_value":1.0,"script":null)
|
2024-02-27 17:16:55 +01:00
|
|
|
]
|
|
|
|
|
}
|
2024-06-09 18:19:57 +02:00
|
|
|
Use={
|
|
|
|
|
"deadzone": 0.5,
|
2024-08-17 17:00:50 +02: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":70,"key_label":0,"unicode":102,"location":0,"echo":false,"script":null)
|
2025-02-11 00:18:26 +01:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":2,"pressure":0.0,"pressed":true,"script":null)
|
2024-06-09 18:19:57 +02:00
|
|
|
]
|
|
|
|
|
}
|
2025-01-27 17:30:45 +01:00
|
|
|
aim_right={
|
|
|
|
|
"deadzone": 0.5,
|
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":1.0,"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":4194444,"key_label":0,"unicode":54,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
aim_left={
|
|
|
|
|
"deadzone": 0.5,
|
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":-1.0,"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":4194442,"key_label":0,"unicode":52,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
aim_up={
|
|
|
|
|
"deadzone": 0.5,
|
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"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":4194446,"key_label":0,"unicode":56,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
aim_down={
|
|
|
|
|
"deadzone": 0.5,
|
|
|
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"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":4194440,"key_label":0,"unicode":50,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
strafe={
|
|
|
|
|
"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":4194325,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":10,"pressure":0.0,"pressed":false,"script":null)
|
2025-02-11 00:18:26 +01:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":9,"pressure":0.0,"pressed":true,"script":null)
|
2025-01-27 17:30:45 +01:00
|
|
|
]
|
|
|
|
|
}
|
2025-01-30 08:54:51 +01:00
|
|
|
scan={
|
|
|
|
|
"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,"location":0,"echo":false,"script":null)
|
2025-02-11 00:18:26 +01:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":3,"pressure":0.0,"pressed":true,"script":null)
|
2025-01-30 08:54:51 +01:00
|
|
|
]
|
|
|
|
|
}
|
2025-02-06 11:36:21 +01:00
|
|
|
dialogic_default_action={
|
|
|
|
|
"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(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":true,"double_click":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":32,"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":88,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
2025-02-06 15:57:03 +01:00
|
|
|
pause={
|
|
|
|
|
"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":4194305,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":6,"pressure":0.0,"pressed":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":4194332,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
2025-02-11 13:47:31 +01:00
|
|
|
next_weapon={
|
|
|
|
|
"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,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
previous_weapon={
|
|
|
|
|
"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,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
next_item={
|
|
|
|
|
"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)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
previous_item={
|
|
|
|
|
"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,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
use_item={
|
|
|
|
|
"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":85,"key_label":0,"unicode":117,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
2025-02-15 17:51:06 +01:00
|
|
|
debug_camera_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":4194336,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
debug_camera_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":4194337,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
2025-02-25 18:11:57 +01:00
|
|
|
inventory={
|
|
|
|
|
"deadzone": 0.2,
|
|
|
|
|
"events": [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":73,"key_label":0,"unicode":105,"location":0,"echo":false,"script":null)
|
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":3,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
2024-02-26 08:33:37 +01:00
|
|
|
|
2024-02-26 23:45:20 +01:00
|
|
|
[layer_names]
|
|
|
|
|
|
|
|
|
|
2d_physics/layer_1="world"
|
2025-01-24 15:24:37 +01:00
|
|
|
2d_navigation/layer_1="Walkable"
|
2024-02-26 23:45:20 +01:00
|
|
|
2d_physics/layer_2="player"
|
2025-01-24 15:24:37 +01:00
|
|
|
2d_navigation/layer_2="Solid"
|
2024-02-26 23:45:20 +01:00
|
|
|
2d_physics/layer_3="items"
|
2024-05-25 21:41:58 +02:00
|
|
|
2d_physics/layer_4="bullets"
|
|
|
|
|
2d_physics/layer_5="enemies"
|
2024-05-26 11:40:35 +02:00
|
|
|
2d_physics/layer_6="shoot-through"
|
2024-05-26 18:34:44 +02:00
|
|
|
2d_physics/layer_7="solid-actors"
|
2024-08-18 11:33:17 +02:00
|
|
|
2d_physics/layer_8="EnemyBullets"
|
2025-03-03 17:55:53 +01:00
|
|
|
2d_physics/layer_9="Acid"
|
2024-02-26 23:45:20 +01:00
|
|
|
|
2024-03-04 08:25:41 +01:00
|
|
|
[physics]
|
|
|
|
|
|
|
|
|
|
common/physics_jitter_fix=0.0
|
|
|
|
|
|
2024-02-26 08:33:37 +01:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
|
|
textures/canvas_textures/default_texture_filter=0
|
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
|
|
|
renderer/rendering_method.mobile="gl_compatibility"
|