2025-02-21 15:59:01 +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]
|
|
|
|
|
2025-02-23 00:46:23 +01:00
|
|
|
config/name="DreamBall"
|
2025-03-23 14:48:54 +01:00
|
|
|
config/description="Manipulate the gravity to make a ball go through every ring!
|
|
|
|
https://kitsunes.dev/Taevas/DreamBall"
|
2025-05-03 14:33:49 +02:00
|
|
|
config/version="20250503.0"
|
2025-02-23 00:46:23 +01:00
|
|
|
run/main_scene="res://index.tscn"
|
2025-03-23 14:48:54 +01:00
|
|
|
config/features=PackedStringArray("4.4", "GL Compatibility")
|
2025-02-21 15:59:01 +01:00
|
|
|
boot_splash/show_image=false
|
2025-02-23 17:46:50 +01:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
config/windows_native_icon="res://icon.ico"
|
2025-02-21 15:59:01 +01:00
|
|
|
|
2025-03-28 13:42:53 +01:00
|
|
|
[autoload]
|
2025-02-21 21:47:35 +01:00
|
|
|
|
2025-03-28 13:42:53 +01:00
|
|
|
Settings="*res://settings.gd"
|
2025-04-16 00:16:39 +02:00
|
|
|
SaveFiles="*res://save_files.gd"
|
2025-02-21 21:47:35 +01:00
|
|
|
|
2025-03-31 17:57:54 +02:00
|
|
|
[input]
|
|
|
|
|
|
|
|
gravity_up={
|
|
|
|
"deadzone": 0.2,
|
|
|
|
"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":0,"physical_keycode":4194320,"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":87,"key_label":0,"unicode":122,"location":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":11,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
gravity_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":113,"location":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":13,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
gravity_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)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
gravity_down={
|
|
|
|
"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":4194322,"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":83,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":12,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
gravity_strong={
|
|
|
|
"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":4194325,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":1,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
pause_game={
|
|
|
|
"deadzone": 0.2,
|
|
|
|
"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":0,"physical_keycode":4194305,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":6,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":4,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
restart_level={
|
|
|
|
"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":82,"key_label":0,"unicode":114,"location":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":2,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
2025-02-22 00:19:28 +01:00
|
|
|
[physics]
|
|
|
|
|
2025-02-22 17:16:30 +01:00
|
|
|
3d/run_on_separate_thread=true
|
|
|
|
common/physics_ticks_per_second=120
|
|
|
|
common/max_physics_steps_per_frame=20
|
|
|
|
3d/physics_engine="GodotPhysics3D"
|
2025-02-22 19:46:19 +01:00
|
|
|
3d/default_gravity=1.0
|
2025-04-29 21:18:04 +02:00
|
|
|
3d/default_gravity_vector=Vector3(0, -0.5, 0)
|
2025-02-22 17:16:30 +01:00
|
|
|
3d/solver/solver_iterations=40
|
|
|
|
3d/solver/default_contact_bias=1.0
|
|
|
|
common/physics_interpolation=true
|
2025-02-22 00:19:28 +01:00
|
|
|
|
2025-02-21 15:59:01 +01:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
|
|
renderer/rendering_method.mobile="gl_compatibility"
|