Merge pull request #438 from Sethtroll/fixscreenshot

Fix for screenshot HP level
This commit is contained in:
Adam
2018-01-26 18:05:13 -05:00
committed by GitHub
4 changed files with 66 additions and 7 deletions

View File

@@ -256,7 +256,8 @@ public class WidgetID
static class LevelUp
{
static final int TEXT = 1;
static final int SKILL = 0;
static final int LEVEL = 1;
}
static class QuestCompleted