Move treasure glint sprites above the shadow layer to make them easier to see

This commit is contained in:
2014-06-29 11:03:23 -07:00
parent 830ebe2261
commit a7eb935f54
3 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,6 @@ function nearestWalkableTile(spr)
}
}
}
throw "No walkable tile found near (" + spr.x + "," + spr.y + ")";
}
if ( grid.nodes[sprgridy][sprgridx].walkable == true )