diff options
author | Juan Linietsky <juan@okamstudio.com> | 2015-01-19 02:39:58 -0300 |
---|---|---|
committer | Juan Linietsky <juan@okamstudio.com> | 2015-01-19 02:39:58 -0300 |
commit | a0511ed59a0e03232bf3abb49b3c916591453aef (patch) | |
tree | 1911b8cf77de024c526757ef0a6aff973b988397 /.gitignore | |
parent | e0c0aef615e8c8dac370fe745972190a077dc0cc (diff) |
Color Ramp and Curve Map added to visual shader editing.
Added Color Ramp and Curve Map to shader nodes.
Fixed an issue that crashed Godot Editor right when opened.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4aee83c13f..1e53f3712b 100644 --- a/.gitignore +++ b/.gitignore @@ -258,3 +258,4 @@ Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ logo.h +*.autosave |