From cd91412e7b538d867870b3c4b96bbddf22dc32eb Mon Sep 17 00:00:00 2001 From: MohabMohamed Date: Tue, 6 Mar 2018 22:14:34 +0200 Subject: setting up godot 3 project --- godot3/project.godot | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 godot3/project.godot (limited to 'godot3/project.godot') 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" -- cgit v1.2.3