generated from krampus/template-godot4
169 lines
6.4 KiB
Plaintext
169 lines
6.4 KiB
Plaintext
; 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="heliostat"
|
|
config/description="Prototype mech combat game for the Pirate Software Game Jam #15"
|
|
config/version="0.0.1"
|
|
run/main_scene="res://src/main.tscn"
|
|
config/features=PackedStringArray("4.2", "Forward Plus")
|
|
run/max_fps=60
|
|
config/icon="res://icon.png"
|
|
|
|
[autoload]
|
|
|
|
GameState="*res://src/game_state.tscn"
|
|
BeehaveGlobalMetrics="*res://addons/beehave/metrics/beehave_global_metrics.gd"
|
|
BeehaveGlobalDebugger="*res://addons/beehave/debug/global_debugger.gd"
|
|
|
|
[debug]
|
|
|
|
settings/stdout/print_fps=true
|
|
gdscript/warnings/untyped_declaration=2
|
|
gdscript/warnings/unsafe_property_access=2
|
|
gdscript/warnings/unsafe_method_access=2
|
|
gdscript/warnings/unsafe_cast=1
|
|
gdscript/warnings/unsafe_call_argument=2
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1900
|
|
window/size/viewport_height=1024
|
|
window/size/resizable=false
|
|
window/size/borderless=true
|
|
window/stretch/mode="canvas_items"
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="Sunstation"
|
|
|
|
[editor]
|
|
|
|
movie_writer/movie_file="demos/demo.avi"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/beehave/plugin.cfg", "res://addons/format_on_save/plugin.cfg", "res://addons/gdlint_plugin/plugin.cfg")
|
|
|
|
[filesystem]
|
|
|
|
import/fbx/enabled=false
|
|
|
|
[input]
|
|
|
|
forward={
|
|
"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)
|
|
]
|
|
}
|
|
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)
|
|
]
|
|
}
|
|
backward={
|
|
"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)
|
|
]
|
|
}
|
|
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)
|
|
]
|
|
}
|
|
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,"echo":false,"script":null)
|
|
]
|
|
}
|
|
boost={
|
|
"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,"echo":false,"script":null)
|
|
]
|
|
}
|
|
weapon_trigger={
|
|
"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":1,"canceled":false,"pressed":false,"double_click":false,"script":null)
|
|
]
|
|
}
|
|
weapon_alt={
|
|
"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":2,"position":Vector2(209, 12),"global_position":Vector2(213, 53),"factor":1.0,"button_index":2,"canceled":false,"pressed":true,"double_click":false,"script":null)
|
|
]
|
|
}
|
|
forward_2={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
|
|
]
|
|
}
|
|
left_2={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null)
|
|
]
|
|
}
|
|
backward_2={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
|
|
]
|
|
}
|
|
right_2={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null)
|
|
]
|
|
}
|
|
jump_2={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":true,"script":null)
|
|
]
|
|
}
|
|
boost_2={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":2,"pressure":0.0,"pressed":true,"script":null)
|
|
]
|
|
}
|
|
weapon_trigger_2={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":5,"axis_value":1.0,"script":null)
|
|
]
|
|
}
|
|
camera_up={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null)
|
|
]
|
|
}
|
|
camera_left={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":-1.0,"script":null)
|
|
]
|
|
}
|
|
camera_down={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null)
|
|
]
|
|
}
|
|
camera_right={
|
|
"deadzone": 0.5,
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":1.0,"script":null)
|
|
]
|
|
}
|
|
|
|
[layer_names]
|
|
|
|
3d_physics/layer_1="Geometry"
|
|
3d_physics/layer_2="Shadow"
|
|
3d_physics/layer_3="Mechs"
|
|
3d_physics/layer_4="NPC Vision"
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|