Added so that the unit now follows the enamy unit and i added a reload timmer
This commit is contained in:
parent
6d06a75144
commit
b97df125dd
8 changed files with 83 additions and 24 deletions
|
|
@ -54,7 +54,7 @@ public class AStar{
|
|||
else MultiPrintStream.out.print(0);
|
||||
}
|
||||
}
|
||||
|
||||
MultiPrintStream.out.println();
|
||||
/*
|
||||
for(int x = 0, nodeId = 0; width > x; x++) {
|
||||
for(int y = 0; hight > y; y++, nodeId++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue