Added enemies

This commit is contained in:
2026-01-07 22:00:05 +03:00
parent 33cbfeebb9
commit 85f808b733
28 changed files with 729 additions and 26 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ float cellular(vec2 coord) {
}
void fragment() {
if (COLOR.a != 0.0) {
if (COLOR.a > 0.01) {
float l = dot(COLOR.rgb, vec3(0.2126, 0.7152, 0.0722));
bool is_black = l < threshold;