diff options
author | Henrique Lacreta Alves <henriquelalves@gmail.com> | 2018-03-13 10:59:48 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-13 10:59:48 -0300 |
commit | e1cfe978b25c5d218a2b369db57640b97e7e0b3e (patch) | |
tree | 62ecb34620a2d742a0dc2feaa63e90da03841530 /godot3/project.godot | |
parent | 0d9fa384e7ab23c7dac68ad76c8715e30e180ab4 (diff) | |
parent | f4ff3531b7e42b9b4591dd7460140b2389d520ff (diff) | |
download | plugin-godot-simple-crt-shader-e1cfe978b25c5d218a2b369db57640b97e7e0b3e.tar.gz plugin-godot-simple-crt-shader-e1cfe978b25c5d218a2b369db57640b97e7e0b3e.tar.bz2 plugin-godot-simple-crt-shader-e1cfe978b25c5d218a2b369db57640b97e7e0b3e.zip |
Merge pull request #3 from MohabMohamed/master
Importing to Godot 3.x
Diffstat (limited to 'godot3/project.godot')
-rw-r--r-- | godot3/project.godot | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/godot3/project.godot b/godot3/project.godot new file mode 100644 index 0000000..403539f --- /dev/null +++ b/godot3/project.godot @@ -0,0 +1,19 @@ +; 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" +run/main_scene="res://ShaderTestScreen.tscn" +config/icon="res://icon.png" + +[rendering] + +environment/default_environment="res://default_env.tres" |