project.godot 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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="Glow for 2D"
  11. config/description="This showcases how to use glow in a 2D game via the WorldEnvironment node.
  12. Slide the cave image left and right to observe the glow effect at work."
  13. run/main_scene="res://beach_cave.tscn"
  14. config/features=PackedStringArray("4.0")
  15. config/icon="res://icon.png"
  16. run/name=""
  17. [display]
  18. window/size/viewport_width=1080
  19. window/size/viewport_height=720
  20. window/stretch/mode="canvas_items"
  21. window/stretch/aspect="expand"
  22. [input]
  23. toggle_glow_map={
  24. "deadzone": 0.5,
  25. "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":71,"physical_keycode":0,"unicode":0,"echo":false,"script":null)
  26. ]
  27. }
  28. [rendering]
  29. environment/defaults/default_clear_color=Color(0.0666667, 0.0588235, 0.0431373, 1)