|
123456789101112131415161718192021222324252627282930313233343536373839404142 |
- ; 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": "",
- "class": "GitAPI",
- "language": "NativeScript",
- "path": "res://addons/godot-git-plugin/git_api.gdns"
- } ]
- _global_script_class_icons={
- "GitAPI": ""
- }
-
- [application]
-
- config/name="Metroid A"
- config/icon="res://icon.png"
-
- [display]
-
- window/size/width=256
- window/size/height=240
- window/size/test_width=1024
- window/size/test_height=960
- window/stretch/mode="viewport"
- window/stretch/aspect="keep"
-
- [physics]
-
- common/enable_pause_aware_picking=true
-
- [rendering]
-
- 2d/snapping/use_gpu_pixel_snap=true
- environment/default_environment="res://default_env.tres"
|