summaryrefslogtreecommitdiff
path: root/godot3/project.godot
diff options
context:
space:
mode:
authorMohabMohamed <mohab.m.mohamed@gmail.com>2018-03-06 22:14:34 +0200
committerMohabMohamed <mohab.m.mohamed@gmail.com>2018-03-06 22:14:34 +0200
commitcd91412e7b538d867870b3c4b96bbddf22dc32eb (patch)
treeccf537acbe037e619a11970d8df9e8e8232872b5 /godot3/project.godot
parent0d9fa384e7ab23c7dac68ad76c8715e30e180ab4 (diff)
downloadplugin-godot-simple-crt-shader-cd91412e7b538d867870b3c4b96bbddf22dc32eb.tar.gz
plugin-godot-simple-crt-shader-cd91412e7b538d867870b3c4b96bbddf22dc32eb.tar.bz2
plugin-godot-simple-crt-shader-cd91412e7b538d867870b3c4b96bbddf22dc32eb.zip
setting up godot 3 project
Diffstat (limited to 'godot3/project.godot')
-rw-r--r--godot3/project.godot18
1 files changed, 18 insertions, 0 deletions
diff --git a/godot3/project.godot b/godot3/project.godot
new file mode 100644
index 0000000..31ba6b8
--- /dev/null
+++ b/godot3/project.godot
@@ -0,0 +1,18 @@
+; 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=3
+
+[application]
+
+config/name="ShaderTest"
+config/icon="res://icon.png"
+
+[rendering]
+
+environment/default_environment="res://default_env.tres"