November 2015
Beginner to intermediate
420 pages
9h 2m
English
As mentioned previously, BludBourne uses a simple interface for fighting monsters, inspired from the first person's perspective of Dragon Warrior. The following screenshot (Figure 9) represents the individually labeled components of the BattleUI class:

Figure 9
The BattleUI class is composed primarily of an AnimatedImage custom class and a Table with action TextButton widgets used by the player during the battle. The BattleUI window is configured so that the player's StatusUI is always on top, which gives the player access to their inventory so that they can equip items or use consumables during battle. The StatusUI also indicates the current ...