project.godot 349 B

123456789101112131415161718
  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. [input]
  9. test_input_action={
  10. "deadzone": 0.2,
  11. "events": []
  12. }