2025-08-26 09:24:09 +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="ChickenVSBear"
|
2025-08-26 13:56:12 +08:00
|
|
|
run/main_scene="res://components/Scenes/World.tscn"
|
2025-08-26 09:24:09 +08:00
|
|
|
config/features=PackedStringArray("4.3", "GL Compatibility")
|
|
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
|
|
|
|
|
[dotnet]
|
|
|
|
|
|
|
|
|
|
project/assembly_name="ChickenVSBear"
|
|
|
|
|
|
2025-08-26 19:35:26 +08:00
|
|
|
[gui]
|
|
|
|
|
|
|
|
|
|
theme/custom_font="res://resources/fonts/HarmonyOS_Sans_Regular.ttf"
|
|
|
|
|
|
2025-08-26 09:24:09 +08:00
|
|
|
[input]
|
|
|
|
|
|
|
|
|
|
m_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,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
m_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,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
m_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)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
m_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-08-26 12:21:09 +08:00
|
|
|
attack={
|
|
|
|
|
"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)
|
|
|
|
|
]
|
|
|
|
|
}
|
2025-08-26 13:56:12 +08:00
|
|
|
sprint={
|
|
|
|
|
"deadzone": 0.5,
|
2025-08-26 15:52:54 +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":32,"key_label":0,"unicode":32,"location":0,"echo":false,"script":null)
|
2025-08-26 13:56:12 +08:00
|
|
|
]
|
|
|
|
|
}
|
2025-08-26 09:24:09 +08:00
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
|
|
|
renderer/rendering_method.mobile="gl_compatibility"
|