Loot boxes now have ritual items and you can click on them, or the enemy just dies.
This commit is contained in:
parent
3c5021e4c9
commit
fb064ffbf1
6 changed files with 53 additions and 34 deletions
3
save.cpp
3
save.cpp
|
@ -15,8 +15,9 @@ void save::load_configs(DinkyECS::World &world) {
|
|||
Config tiles("./assets/tiles.json");
|
||||
Config devices("./assets/devices.json");
|
||||
Config bosses("./assets/bosses.json");
|
||||
Config rituals("./assets/rituals.json");
|
||||
|
||||
world.set_the<GameConfig>({
|
||||
game, enemies, items, tiles, devices, bosses
|
||||
game, enemies, items, tiles, devices, bosses, rituals
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue