Updated build.gradle, changed scroll dialog, UI tweaks

This commit is contained in:
Anuken
2017-11-27 22:23:47 -05:00
parent 0c6578c229
commit c0d28eca65
29 changed files with 385 additions and 306 deletions
+1 -2
View File
@@ -81,10 +81,9 @@ public class Pathfind{
}
public void update(){
for(SpawnPoint point : Vars.control.getSpawnPoints()){
if(!point.request.pathFound){
if(point.finder.search(point.request, ms)){
if(point.finder.search(point.request, ms * 2)){
smoother.smoothPath(point.path);
point.pathTiles = point.path.nodes.toArray(Tile.class);
}