project.godot 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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="SoundThread"
  11. config/description="Node based interface for the Composers Desktop Project"
  12. run/main_scene="uid://bcs87y7ptx3ke"
  13. config/features=PackedStringArray("4.4", "Forward Plus")
  14. boot_splash/bg_color=Color(0.160784, 0.25098, 0.247059, 1)
  15. boot_splash/image="uid://hprx8lbgmd1n"
  16. config/icon="uid://5648pc85dknw"
  17. boot_splash/minimum_display_time=500
  18. [autoload]
  19. Nodes="*res://scenes/Nodes/nodes.tscn"
  20. Global="*res://Global.gd"
  21. ConfigHandler="*res://config_handler.gd"
  22. [display]
  23. window/size/viewport_width=1280
  24. window/size/viewport_height=720
  25. window/size/mode=2
  26. window/subwindows/embed_subwindows=false
  27. window/stretch/aspect="ignore"
  28. window/per_pixel_transparency/allowed=true
  29. [global_group]
  30. outputnode="Controls from the output node"
  31. inputnode="input file controls"
  32. [gui]
  33. theme/custom="uid://cefwkdcoxihro"
  34. theme/custom_font="uid://cc7mj053bhfvh"
  35. [input]
  36. copy_node={
  37. "deadzone": 0.2,
  38. "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"command_or_control_autoremap":true,"alt_pressed":false,"shift_pressed":false,"pressed":false,"keycode":0,"physical_keycode":67,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
  39. ]
  40. }
  41. paste_node={
  42. "deadzone": 0.2,
  43. "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"command_or_control_autoremap":true,"alt_pressed":false,"shift_pressed":false,"pressed":false,"keycode":0,"physical_keycode":86,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
  44. ]
  45. }
  46. undo={
  47. "deadzone": 0.2,
  48. "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"command_or_control_autoremap":true,"alt_pressed":false,"shift_pressed":false,"pressed":false,"keycode":0,"physical_keycode":90,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
  49. ]
  50. }
  51. redo={
  52. "deadzone": 0.2,
  53. "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":true,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":89,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
  54. , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"command_or_control_autoremap":true,"alt_pressed":false,"shift_pressed":true,"pressed":false,"keycode":0,"physical_keycode":90,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
  55. ]
  56. }
  57. save={
  58. "deadzone": 0.2,
  59. "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"command_or_control_autoremap":true,"alt_pressed":false,"shift_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
  60. ]
  61. }
  62. open_explore={
  63. "deadzone": 0.2,
  64. "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"command_or_control_autoremap":true,"alt_pressed":false,"shift_pressed":false,"pressed":false,"keycode":0,"physical_keycode":69,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
  65. ]
  66. }
  67. [rendering]
  68. textures/vram_compression/import_etc2_astc=true
  69. environment/defaults/default_clear_color=Color(0.184314, 0.309804, 0.305882, 1)