1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 12:33:14 +00:00

Update gitignore (#234)

This commit is contained in:
Aaron Franke 2020-05-16 06:48:23 -04:00 committed by GitHub
parent 528b444101
commit 7f3902be92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

12
.gitignore vendored
View file

@ -1,7 +1,19 @@
# Godot-specific ignores
.import/
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# System/tool-specific ignores
.directory
*~
Translations/Update Translations.bat
Scripts/Old/

View file

@ -12,4 +12,4 @@ void fragment() {
float c = c1 && c2 ? 1.0: 0.0;
COLOR = mix(color1, color2, c);
COLOR.a = 1.0;
}
}