jChicote / Dungeon_Breakout

An fps roguelike monster game, where you are trapped inside the walls of the dungeon where many creatures remain.
MIT License
0 stars 0 forks source link

Create game level initialisation #113

Open jChicote opened 1 year ago

jChicote commented 1 year ago

Description

There is not many options for BP initialisation other than using the Begin Play option. Instead we need to create initialisation that takes place after begin play.

Implementation

The GameMode will be core in implementing init functionality at the level only scope. There needs to be an interface that any affected object will use that will be invoked once the game mode registered and properly initialises all the levels required blueprints and services. The game mode will collect all the usages of the service and will invoke the service after (thus all in begin play)

Acceptance Critieria: