Rituals are now being added a belt on the player in a temp function in LevelManager.
This commit is contained in:
parent
a70f11646a
commit
00c28f47eb
8 changed files with 103 additions and 44 deletions
|
@ -24,6 +24,7 @@ namespace gui {
|
|||
$mini_map($level),
|
||||
$font{FONT_FILE_NAME}
|
||||
{
|
||||
$levels.temp_create_player_rituals();
|
||||
}
|
||||
|
||||
void FSM::event(Event ev) {
|
||||
|
@ -41,6 +42,7 @@ namespace gui {
|
|||
}
|
||||
|
||||
void FSM::START(Event ) {
|
||||
|
||||
$main_ui.update_level($level);
|
||||
$level.world->set_the<Debug>({});
|
||||
$main_ui.init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue