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:
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user