project.godot 982 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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": "Label",
  11. "class": "FontedLabel",
  12. "language": "GDScript",
  13. "path": "res://FontedLabel.gd"
  14. }, {
  15. "base": "Polygon2D",
  16. "class": "Star",
  17. "language": "GDScript",
  18. "path": "res://star.gd"
  19. } ]
  20. _global_script_class_icons={
  21. "FontedLabel": "",
  22. "Star": ""
  23. }
  24. [application]
  25. config/name="Not Exactly Speed Of Light"
  26. run/main_scene="res://MAIN.tscn"
  27. config/icon="res://icon.png"
  28. [display]
  29. window/size/resizable=false
  30. [physics]
  31. common/enable_pause_aware_picking=true
  32. [rendering]
  33. quality/driver/driver_name="GLES2"
  34. quality/intended_usage/framebuffer_allocation=0
  35. quality/intended_usage/framebuffer_allocation.mobile=0
  36. quality/depth/hdr=false
  37. environment/default_environment="res://default_env.tres"