BattleUI
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:
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 ...
Get Mastering LibGDX Game Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.