project.godot 707 B

12345678910111213141516171819202122232425262728293031
  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=4
  9. [application]
  10. config/name="Screen Space Shaders"
  11. config/description="Several examples of full screen 2D shader processing.
  12. Many common full-res effects are implemented here for reference."
  13. run/main_scene="res://screen_shaders.tscn"
  14. config/icon="res://icon.png"
  15. [display]
  16. window/size/width=800
  17. window/dpi/allow_hidpi=true
  18. window/stretch/mode="2d"
  19. window/stretch/aspect="keep"
  20. stretch/aspect="keep"
  21. stretch/mode="2d"
  22. [gdnative]
  23. singletons=[ ]