aboutsummaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
authorRoman Gräf <romangraef@gmail.com>2020-04-17 23:12:34 +0200
committerRoman Gräf <romangraef@gmail.com>2020-04-17 23:12:34 +0200
commitceb3a049b2a51ca7cdb082d5a56c26d7c6549283 (patch)
tree1ccd3709fbb9447c4b51b169a40aff6337f75b73 /project.godot
downloadLDJam46-ceb3a049b2a51ca7cdb082d5a56c26d7c6549283.tar.gz
LDJam46-ceb3a049b2a51ca7cdb082d5a56c26d7c6549283.tar.bz2
LDJam46-ceb3a049b2a51ca7cdb082d5a56c26d7c6549283.zip
Initial commit
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot26
1 files changed, 26 insertions, 0 deletions
diff --git a/project.godot b/project.godot
new file mode 100644
index 0000000..d02467c
--- /dev/null
+++ b/project.godot
@@ -0,0 +1,26 @@
+; 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=[ ]
+_global_script_class_icons={
+
+}
+
+[application]
+
+config/name="LDJam46"
+config/icon="res://icon.png"
+
+[rendering]
+
+quality/driver/driver_name="GLES2"
+vram_compression/import_etc=true
+vram_compression/import_etc2=false
+environment/default_environment="res://default_env.tres"