project.godot 528 B

1234567891011121314151617181920212223
  1. config_version=5
  2. [application]
  3. config/name="Godot Slide Show Plugin"
  4. run/main_scene="res://example/example_slide_show.tscn"
  5. config/features=PackedStringArray("4.0", "GL Compatibility")
  6. config/icon="res://icon.svg"
  7. config/tags=PackedStringArray("dricom")
  8. [display]
  9. window/stretch/mode="canvas_items"
  10. window/stretch/aspect="expand"
  11. [editor_plugins]
  12. enabled=PackedStringArray("res://addons/slide_show/plugin.cfg")
  13. [rendering]
  14. renderer/rendering_method="gl_compatibility"
  15. renderer/rendering_method.mobile="gl_compatibility"