v0.8.0: bugfixes / tweaks:

- Fixed crash bugs
- Fixed bees attacking bosses while they are invulnerable
- Fixed DM-201s attacking the hero through walls
- Fixed golems rarely teleporting to enclosed spaces
- Fixed viscocity glyph not accounting for sniper shot
- Fixed a typo in spirit bow description
- Ripper demons now telegraph their leap even if they aren't visible
- Updated gradle build tools version
This commit is contained in:
Evan Debenham
2020-04-09 19:25:58 -04:00
parent a89971b117
commit c26e94f656
9 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:3.6.2'
}
}