Smoothed enemy paths, AI should no longer get stuck on walls

This commit is contained in:
Anuken
2017-08-13 13:57:39 -04:00
parent cd4014f86a
commit 4da9d730bf
9 changed files with 159 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
apply plugin: "java"
apply plugin: 'org.akhikhl.gretty'
apply plugin: "jetty"
//apply plugin: 'org.akhikhl.gretty'
gwt {
gwtVersion='2.8.0' // Should match the gwt version used for building the gwt backend