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
|
@ -36,7 +36,7 @@ namespace gui {
|
|||
}
|
||||
|
||||
void CombatUI::init() {
|
||||
$gui.world().set_the<Background>({$gui.$parser, ColorValue::DARK_MID});
|
||||
$gui.set_the<Background>({$gui.$parser, ColorValue::DARK_MID});
|
||||
auto& the_belt = $level.world->get_the<ritual::Belt>();
|
||||
|
||||
for(int slot = 0; slot < the_belt.max_slots; slot++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue