2024-03-03 20:22:50 +01: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="Acerola Jam"
|
|
|
|
config/features=PackedStringArray("4.2", "Forward Plus")
|
|
|
|
boot_splash/bg_color=Color(1, 1, 1, 1)
|
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
2024-03-06 22:05:35 +01:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
Playmouseparticle="*res://tscn/playmouseparticle.tscn"
|
|
|
|
|
2024-03-03 20:22:50 +01:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/viewport_width=576
|
|
|
|
window/size/viewport_height=324
|
|
|
|
window/size/resizable=false
|
|
|
|
window/size/window_width_override=1152
|
|
|
|
window/size/window_height_override=648
|
|
|
|
window/stretch/mode="canvas_items"
|
|
|
|
window/stretch/scale_mode="integer"
|
2024-03-06 22:05:35 +01:00
|
|
|
mouse_cursor/custom_image="res://assets/MOUSE.png"
|
|
|
|
mouse_cursor/custom_image_hotspot=Vector2(6, 6)
|
|
|
|
mouse_cursor/tooltip_position_offset=Vector2(6, 6)
|
2024-03-03 20:22:50 +01:00
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
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)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
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)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
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,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
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,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
interact={
|
|
|
|
"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":4194309,"key_label":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
"interact 2"={
|
|
|
|
"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)
|
|
|
|
]
|
|
|
|
}
|
2024-03-06 22:05:35 +01:00
|
|
|
shoot={
|
|
|
|
"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":1,"position":Vector2(161, 20),"global_position":Vector2(165, 61),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2024-03-03 20:22:50 +01:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
textures/canvas_textures/default_texture_filter=0
|
|
|
|
textures/decals/filter=0
|
|
|
|
textures/light_projectors/filter=0
|
|
|
|
environment/volumetric_fog/use_filter=0
|
|
|
|
environment/defaults/default_clear_color=Color(0.835294, 0.835294, 0.835294, 1)
|