Initial GUECS refactor is done, it's now on its own with no other dependencies, but now I need to trim it down to do only what it needs.
This commit is contained in:
parent
20176cf54a
commit
1780a758b3
5 changed files with 152 additions and 87 deletions
|
@ -54,7 +54,7 @@ namespace gui {
|
|||
|
||||
$boss_background = textures::get(boss.background);
|
||||
$boss_background.sprite->setPosition({BOSS_VIEW_X, BOSS_VIEW_Y});
|
||||
$status.world().set_the<Background>({$status.$parser});
|
||||
$status.set_the<Background>({$status.$parser});
|
||||
|
||||
if(boss.stage) {
|
||||
$boss_has_stage = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue