You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

44 lines
955 B

  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. _global_script_classes=[ {
  10. "base": "VBoxContainer",
  11. "class": "ChoicesBox",
  12. "language": "GDScript",
  13. "path": "res://yarn/scripts/ChoicesBox.gd"
  14. }, {
  15. "base": "Control",
  16. "class": "LogPanel",
  17. "language": "GDScript",
  18. "path": "res://yarn/scripts/LogPanel.gd"
  19. }, {
  20. "base": "Node",
  21. "class": "YarnImporter",
  22. "language": "GDScript",
  23. "path": "res://yarn/scripts/yarn-importer.gd"
  24. } ]
  25. _global_script_class_icons={
  26. "ChoicesBox": "",
  27. "LogPanel": "",
  28. "YarnImporter": ""
  29. }
  30. [application]
  31. config/name="Chepa"
  32. config/icon="res://icon.png"
  33. [rendering]
  34. quality/driver/driver_name="GLES2"
  35. vram_compression/import_etc=true
  36. vram_compression/import_etc2=false
  37. environment/default_environment="res://default_env.tres"