123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- ; Engine configuration file.
- ; It's best edited using the editor UI and not directly,
- ; since the parameters that go here are not all obvious.
- ;
- ; Format:
- ; [section] ; section goes between []
- ; param=value ; assign values to parameters
- config_version=4
- _global_script_classes=[ {
- "base": "Label",
- "class": "FontedLabel",
- "language": "GDScript",
- "path": "res://FontedLabel.gd"
- }, {
- "base": "Polygon2D",
- "class": "Star",
- "language": "GDScript",
- "path": "res://star.gd"
- } ]
- _global_script_class_icons={
- "FontedLabel": "",
- "Star": ""
- }
- [application]
- config/name="Not Exactly Speed Of Light"
- run/main_scene="res://MAIN.tscn"
- config/icon="res://icon.png"
- [display]
- window/size/resizable=false
- [physics]
- common/enable_pause_aware_picking=true
- [rendering]
- quality/driver/driver_name="GLES2"
- quality/intended_usage/framebuffer_allocation=0
- quality/intended_usage/framebuffer_allocation.mobile=0
- quality/depth/hdr=false
- environment/default_environment="res://default_env.tres"
|