2025-09-30 01:10:58 +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="September Game AB"
|
2025-10-17 03:27:09 +00:00
|
|
|
config/tags=PackedStringArray("2d", "lesson", "platformer")
|
2025-09-30 01:10:58 +00:00
|
|
|
run/main_scene="uid://cueixogtk70go"
|
2025-11-11 02:17:55 +00:00
|
|
|
config/features=PackedStringArray("4.4", "Forward Plus")
|
2025-09-30 01:10:58 +00:00
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
|
2025-11-04 01:56:43 +00:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
|
|
GameController="*res://scripts/game_controller.gd"
|
|
|
|
|
|
2025-10-16 02:42:47 +00:00
|
|
|
[display]
|
|
|
|
|
|
2025-11-06 02:10:37 +00:00
|
|
|
window/size/viewport_width=480
|
|
|
|
|
window/size/viewport_height=270
|
|
|
|
|
window/size/window_width_override=1280
|
|
|
|
|
window/size/window_height_override=720
|
2025-10-16 02:42:47 +00:00
|
|
|
window/stretch/mode="viewport"
|
|
|
|
|
|
2025-09-30 01:10:58 +00:00
|
|
|
[file_customization]
|
|
|
|
|
|
|
|
|
|
folder_colors={
|
2025-10-15 02:18:35 +00:00
|
|
|
"res://graphics/": "green",
|
2025-10-23 01:15:53 +00:00
|
|
|
"res://resources/": "yellow",
|
2025-09-30 01:10:58 +00:00
|
|
|
"res://scenes/": "pink",
|
|
|
|
|
"res://scripts/": "orange"
|
|
|
|
|
}
|
2025-10-07 00:57:11 +00:00
|
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
|
|
move_left={
|
|
|
|
|
"deadzone": 0.2,
|
|
|
|
|
"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,"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":65,"key_label":0,"unicode":97,"location":0,"echo":false,"script":null)
|
2025-10-16 01:36:48 +00:00
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":13,"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)
|
2025-10-07 00:57:11 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
move_right={
|
|
|
|
|
"deadzone": 0.2,
|
|
|
|
|
"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,"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-10-16 01:36:48 +00: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)
|
2025-10-07 00:57:11 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
jump={
|
|
|
|
|
"deadzone": 0.2,
|
2025-10-28 01:02:15 +00:00
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":true,"script":null)
|
2025-11-11 02:17:55 +00:00
|
|
|
, 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-10-07 00:57:11 +00:00
|
|
|
]
|
|
|
|
|
}
|
2025-11-05 02:24:54 +00:00
|
|
|
punch={
|
2025-10-07 00:57:11 +00:00
|
|
|
"deadzone": 0.2,
|
2025-11-11 02:17:55 +00:00
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":3,"pressure":0.0,"pressed":true,"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":4194306,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
2025-10-07 00:57:11 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
shoot={
|
|
|
|
|
"deadzone": 0.2,
|
2025-10-28 01:02:15 +00:00
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":1,"pressure":0.0,"pressed":true,"script":null)
|
2025-11-11 02:17:55 +00:00
|
|
|
, 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-10-07 00:57:11 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
throw={
|
|
|
|
|
"deadzone": 0.2,
|
2025-11-11 02:17:55 +00:00
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":4,"pressure":0.0,"pressed":true,"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":84,"key_label":0,"unicode":116,"location":0,"echo":false,"script":null)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
save={
|
|
|
|
|
"deadzone": 0.2,
|
|
|
|
|
"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)
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
load={
|
|
|
|
|
"deadzone": 0.2,
|
|
|
|
|
"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":76,"key_label":0,"unicode":108,"location":0,"echo":false,"script":null)
|
2025-10-07 00:57:11 +00:00
|
|
|
]
|
|
|
|
|
}
|
2025-10-15 02:18:35 +00:00
|
|
|
|
2025-10-25 01:57:19 +00:00
|
|
|
[layer_names]
|
|
|
|
|
|
|
|
|
|
2d_physics/layer_1="player"
|
|
|
|
|
2d_physics/layer_2="environment"
|
|
|
|
|
2d_physics/layer_3="objects"
|
2025-10-26 17:42:53 +00:00
|
|
|
2d_physics/layer_4="weapons"
|
2025-11-11 02:17:55 +00:00
|
|
|
2d_physics/layer_5="enemies"
|
2025-10-25 01:57:19 +00:00
|
|
|
|
2025-10-15 02:18:35 +00:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
|
|
textures/canvas_textures/default_texture_filter=0
|