Changed pathfinding algorithm slightly, added debugging for paths
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 1.5 KiB |
@@ -30,6 +30,6 @@ void main() {
|
||||
if(any){
|
||||
gl_FragColor = u_color;
|
||||
}else{
|
||||
gl_FragColor = texture2D(u_texture, T);
|
||||
gl_FragColor = texture2D(u_texture, T) * v_color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user