2021-04-07 10:12:51 -03:00
|
|
|
; This is not an actual project.
|
|
|
|
; This config only exists to properly set up the test environment.
|
|
|
|
; It also helps for opening Godot to edit the scripts, but please don't
|
|
|
|
; let the editor changes be saved.
|
|
|
|
|
2023-11-21 16:06:43 +01:00
|
|
|
config_version=5
|
2021-04-07 10:12:51 -03:00
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="GDScript Integration Test Suite"
|
2024-06-11 22:28:18 +02:00
|
|
|
|
2025-04-26 21:10:41 +03:00
|
|
|
[debug]
|
|
|
|
|
|
|
|
settings/gdscript/always_track_call_stacks=true
|
|
|
|
|
2024-06-11 22:28:18 +02:00
|
|
|
[input]
|
|
|
|
|
|
|
|
test_input_action={
|
2024-09-21 17:11:00 +04:00
|
|
|
"deadzone": 0.2,
|
2024-06-11 22:28:18 +02:00
|
|
|
"events": []
|
|
|
|
}
|