project.godot 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ; Engine configuration file.
  2. ; It's best edited using the editor UI and not directly,
  3. ; since the parameters that go here are not all obvious.
  4. ;
  5. ; Format:
  6. ; [section] ; section goes between []
  7. ; param=value ; assign values to parameters
  8. config_version=5
  9. [application]
  10. config/name="WaitingGodotSpeech"
  11. run/main_scene="res://run/root.tscn"
  12. config/features=PackedStringArray("4.3", "Forward Plus")
  13. config/icon="res://icon.png"
  14. [display]
  15. window/size/viewport_width=1920
  16. window/size/viewport_height=1080
  17. window/size/mode=3
  18. window/size/initial_position_type=2
  19. window/stretch/mode="canvas_items"
  20. [editor_plugins]
  21. enabled=PackedStringArray("res://addons/slide_show/plugin.cfg")
  22. [importer_defaults]
  23. texture={
  24. "svg/scale": 8.0
  25. }
  26. [input]
  27. finish={
  28. "deadzone": 0.5,
  29. "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,"location":0,"echo":false,"script":null)
  30. ]
  31. }
  32. skip={
  33. "deadzone": 0.5,
  34. "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,"location":0,"echo":false,"script":null)
  35. ]
  36. }
  37. previous={
  38. "deadzone": 0.5,
  39. "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":4194308,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
  40. ]
  41. }
  42. home={
  43. "deadzone": 0.5,
  44. "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":4194305,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
  45. ]
  46. }
  47. [rendering]
  48. environment/defaults/default_clear_color=Color(1, 1, 1, 1)