Creating cutscenes
In any video game, cutscenes play an important part in order to convey emotion to the player. They help to progress the story and immerse the players in your world. This is even more important in an RPG, as the player needs to react to world events and feel that they are making an impact in the world you are creating. For this section, we will implement a cutscene that explains the influx of monsters over the lands of BludBourne, but also leaves some unanswered questions to entice the player to continue playing.
The basic idea is that we create a Screen
class that renders a Stage
object. We have previously discussed the Stage
class in Chapter 4, Where Do I Put My Stuff?. Basically, the Stage
class manages all the different aspects ...
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.