diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-08-04 18:29:59 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-08-04 18:29:59 -0400 |
| commit | 9a5a9d9cb1f1cf507db8a401783179ff55a242e8 (patch) | |
| tree | 7e5cb81fd41a2b28d26a9d4933d1e1c242b91e00 /project.godot | |
| download | frivolous-run-9a5a9d9cb1f1cf507db8a401783179ff55a242e8.tar.gz frivolous-run-9a5a9d9cb1f1cf507db8a401783179ff55a242e8.tar.bz2 frivolous-run-9a5a9d9cb1f1cf507db8a401783179ff55a242e8.zip | |
Inital commit
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..cb26263 --- /dev/null +++ b/project.godot @@ -0,0 +1,33 @@ +; 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 + +[application] + +config/name="Frivolous Run" +run/main_scene="res://Menu.tscn" +config/icon="res://icon.png" + +[display] + +window/size/width=1280 +window/size/height=720 +window/stretch/mode="2d" +window/stretch/aspect="keep" + +[physics] + +common/enable_pause_aware_picking=true + +[rendering] + +quality/driver/driver_name="GLES2" +vram_compression/import_etc=true +vram_compression/import_etc2=false +environment/default_environment="res://default_env.tres" |
