Changed turret outlines / Wall block tweaks
@@ -41,15 +41,14 @@ void main() {
|
||||
vec2 v = vec2(1.0/u_texsize.x, 1.0/u_texsize.y);
|
||||
|
||||
vec4 c = texture2D(u_texture, v_texCoord.xy);
|
||||
bool outl = cont(t, v);
|
||||
|
||||
if(1.0-abs(coords.x - 0.5)*2.0 < 1.0-u_progress && !outl){
|
||||
if(1.0-abs(coords.x - 0.5)*2.0 < 1.0-u_progress){
|
||||
c = vec4(0.0);
|
||||
}
|
||||
|
||||
if(c.a > 0.01){
|
||||
float f = abs(sin(coords.x*2.0 + u_time));
|
||||
if(f > 0.9 || outl)
|
||||
if(f > 0.9)
|
||||
f = 1.0;
|
||||
else
|
||||
f = 0.0;
|
||||
|
||||
|
Before Width: | Height: | Size: 698 B After Width: | Height: | Size: 704 B |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 276 KiB After Width: | Height: | Size: 248 KiB |
|
Before Width: | Height: | Size: 224 KiB After Width: | Height: | Size: 276 KiB |
|
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 165 KiB |
|
Before Width: | Height: | Size: 221 KiB After Width: | Height: | Size: 209 KiB |
|
Before Width: | Height: | Size: 417 KiB After Width: | Height: | Size: 399 KiB |
|
Before Width: | Height: | Size: 247 KiB After Width: | Height: | Size: 280 KiB |