Minor balance changes (made coal less rare, nerfed blast enemies)

This commit is contained in:
Anuken
2017-10-16 17:26:05 -04:00
parent 06299a7a64
commit 254782c4e8
18 changed files with 35 additions and 111 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ project(":html") {
dependencies {
compile project(":core")
compile fileTree(dir: '../core/lib', include: '*.jar')
//compile fileTree(dir: '../core/lib', include: '*.jar')
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
compile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.anuken:ucore:09cc372d6b'
compile 'com.github.anuken:ucore:989f9713fa'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}