2024-12-23 04:15:54 +00: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="SCPCB"
|
2024-12-24 04:44:57 +00:00
|
|
|
run/main_scene="res://scenes/screens/Startup.tscn"
|
2024-12-23 04:15:54 +00:00
|
|
|
config/features=PackedStringArray("4.3", "GL Compatibility")
|
2025-02-23 23:00:07 +00:00
|
|
|
run/max_fps=30
|
2025-01-11 23:49:43 +00:00
|
|
|
boot_splash/bg_color=Color(0, 0, 0, 1)
|
|
|
|
boot_splash/show_image=false
|
|
|
|
config/icon="res://icon.png"
|
2024-12-23 04:15:54 +00:00
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
Global="*res://src/Global.gd"
|
2024-12-24 04:44:57 +00:00
|
|
|
DebugMenu="*res://addons/debug_menu/debug_menu.tscn"
|
|
|
|
|
2025-01-11 23:49:43 +00:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/viewport_width=640
|
|
|
|
window/size/viewport_height=480
|
|
|
|
|
2024-12-24 04:44:57 +00:00
|
|
|
[editor_plugins]
|
|
|
|
|
|
|
|
enabled=PackedStringArray("res://addons/debug_menu/plugin.cfg")
|
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
player_forwards={
|
|
|
|
"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)
|
2025-02-12 04:00:34 +00:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
|
2024-12-24 04:44:57 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
player_backwards={
|
|
|
|
"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,"location":0,"echo":false,"script":null)
|
2025-02-12 04:00:34 +00:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
|
2024-12-24 04:44:57 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
player_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)
|
2025-02-12 04:00:34 +00:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null)
|
2024-12-24 04:44:57 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
player_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)
|
2025-02-12 04:00:34 +00:00
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null)
|
2024-12-24 04:44:57 +00: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)
|
2025-02-12 04:00:34 +00:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":6,"pressure":0.0,"pressed":true,"script":null)
|
2024-12-24 04:44:57 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
player_sprint={
|
|
|
|
"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)
|
2025-02-12 04:00:34 +00:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":9,"pressure":0.0,"pressed":true,"script":null)
|
2024-12-24 04:44:57 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
player_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)
|
2025-02-12 04:00:34 +00:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":1,"pressure":0.0,"pressed":true,"script":null)
|
2024-12-24 04:44:57 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
player_blink={
|
|
|
|
"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)
|
2025-02-12 04:00:34 +00:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":true,"script":null)
|
2024-12-24 04:44:57 +00:00
|
|
|
]
|
|
|
|
}
|
2024-12-23 04:15:54 +00:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
|
|
|
environment/defaults/default_clear_color=Color(0, 0, 0, 1)
|
2025-01-11 23:49:43 +00:00
|
|
|
occlusion_culling/use_occlusion_culling=true
|