mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-21 21:13:14 +00:00
Update gitignore (#234)
This commit is contained in:
parent
528b444101
commit
7f3902be92
2 changed files with 13 additions and 1 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,7 +1,19 @@
|
||||||
|
|
||||||
# Godot-specific ignores
|
# Godot-specific ignores
|
||||||
.import/
|
.import/
|
||||||
export_presets.cfg
|
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
|
Translations/Update Translations.bat
|
||||||
Scripts/Old/
|
Scripts/Old/
|
||||||
|
|
||||||
|
|
|
@ -12,4 +12,4 @@ void fragment() {
|
||||||
float c = c1 && c2 ? 1.0: 0.0;
|
float c = c1 && c2 ? 1.0: 0.0;
|
||||||
COLOR = mix(color1, color2, c);
|
COLOR = mix(color1, color2, c);
|
||||||
COLOR.a = 1.0;
|
COLOR.a = 1.0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue