Changed pathfinding algorithm slightly, added debugging for paths

This commit is contained in:
Anuken
2017-12-08 19:59:04 -05:00
parent cffb673bae
commit 404ec68570
14 changed files with 91 additions and 25 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

+1 -1
View File
@@ -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;
}
}