project.godot 407 B

123456789101112131415161718192021
  1. ; This is not an actual project.
  2. ; This config only exists to properly set up the test environment.
  3. ; It also helps for opening Godot to edit the scripts, but please don't
  4. ; let the editor changes be saved.
  5. config_version=5
  6. [application]
  7. config/name="GDScript Integration Test Suite"
  8. [debug]
  9. settings/gdscript/always_track_call_stacks=true
  10. [input]
  11. test_input_action={
  12. "deadzone": 0.2,
  13. "events": []
  14. }