2024-08-27 16:20:40 +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="Anthro Kai Game Prototype"
|
|
|
|
run/main_scene="res://world/world.tscn"
|
|
|
|
config/features=PackedStringArray("4.2", "Mobile")
|
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
2024-09-20 21:21:42 +00:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
Globals="*res://Scripts/globals.gd"
|
|
|
|
|
2024-08-27 16:20:40 +00:00
|
|
|
[display]
|
|
|
|
|
2024-09-24 00:39:50 +00:00
|
|
|
window/size/viewport_width=720
|
|
|
|
window/size/viewport_height=480
|
2024-09-20 23:13:24 +00:00
|
|
|
window/stretch/mode="viewport"
|
2024-08-27 16:20:40 +00:00
|
|
|
|
|
|
|
[editor]
|
|
|
|
|
|
|
|
version_control/plugin_name="GitPlugin"
|
|
|
|
version_control/autoload_on_startup=true
|
|
|
|
|
2024-09-08 19:51:42 +00:00
|
|
|
[editor_plugins]
|
|
|
|
|
|
|
|
enabled=PackedStringArray("res://addons/godot_state_charts/plugin.cfg")
|
|
|
|
|
2024-08-27 16:20:40 +00:00
|
|
|
[input]
|
|
|
|
|
|
|
|
ui_left={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [null, null]
|
|
|
|
}
|
|
|
|
ui_right={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"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":4194320,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, 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":4194321,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_up={
|
|
|
|
"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":4194320,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"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":4194320,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_text_caret_left={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": []
|
|
|
|
}
|
|
|
|
ui_text_caret_right={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": []
|
|
|
|
}
|
|
|
|
up={
|
|
|
|
"deadzone": 0.5,
|
2024-08-29 16:54:35 +00: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":4194320,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":11,"pressure":0.0,"pressed":true,"script":null)
|
2024-08-27 16:20:40 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
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":4194322,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2024-08-29 16:54:35 +00:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":12,"pressure":0.0,"pressed":true,"script":null)
|
2024-08-27 16:20:40 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
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":4194321,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2024-08-29 16:54:35 +00:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":14,"pressure":0.0,"pressed":true,"script":null)
|
2024-08-27 16:20:40 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
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":4194319,"key_label":0,"unicode":0,"echo":false,"script":null)
|
2024-08-29 16:54:35 +00:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":13,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
melee={
|
|
|
|
"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":88,"key_label":0,"unicode":120,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":true,"script":null)
|
2024-08-27 16:20:40 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
[layer_names]
|
|
|
|
|
|
|
|
2d_physics/layer_1="Movement"
|
2024-08-29 19:33:26 +00:00
|
|
|
2d_physics/layer_2="Hitboxes"
|
2024-08-27 16:20:40 +00:00
|
|
|
2d_physics/layer_3="Triggers"
|
2024-08-29 19:33:26 +00:00
|
|
|
2d_physics/layer_4="Attacks"
|
2024-09-20 21:21:42 +00:00
|
|
|
2d_physics/layer_5="World Movement"
|
2024-08-27 16:20:40 +00:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
renderer/rendering_method="mobile"
|
2024-09-24 00:39:50 +00:00
|
|
|
2d/snap/snap_2d_transforms_to_pixel=true
|