Minor balance changes (made coal less rare, nerfed blast enemies)
This commit is contained in:
+2
-2
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user