v0.8.0: various fixes/improvements:

- potion of purity now clears tengu fire wave and smoke bombs
- fixed blacksmith upgrading incorrectly telling you your inventory is full
- fixed various bee AI errors
- fixed elemental ranged attacks not going on cooldown if they miss
- spinners now interrupt the hero is they shoot web around them
- fixed rare freeze bugs involving enemy ranged attacks
- fixed scroll of teleportation rarely placing the hero on an enemy
- fixed missing title case in stone of intuition window
- added bottom padding to WndInfoItem
- fixed some minor spelling/grammar errors in new text
This commit is contained in:
Evan Debenham
2019-12-06 17:40:23 -05:00
parent 618fe90a42
commit ea16ddf02a
13 changed files with 60 additions and 31 deletions

View File

@@ -119,7 +119,8 @@ public class DesktopPlatformSupport extends PlatformSupport {
}
}
fonts = new HashMap<>();
//FIXME systemfont setting is currently ignored as DroidSandFallback.ttf is missing key characters
basicFontGenerator = new FreeTypeFontGenerator(Gdx.files.internal("pixel_font.ttf"));
asianFontGenerator = new FreeTypeFontGenerator(Gdx.files.internal("DroidSansFallback.ttf"));