Added a couple of test enemies to the game for the next stream.

This commit is contained in:
Zed A. Shaw 2024-12-28 14:12:05 -05:00
parent 8d661b785b
commit 59bbae0af0
3 changed files with 23 additions and 2 deletions

View file

@ -90,7 +90,7 @@ void save::load_configs(DinkyECS::World &world) {
world.set_the<Config>(config);
world.set_the<MapConfig>({
enemies["PLAYER_TILE"]["display"],
enemies["ENEMY_TILE"]["display"],
enemies["UNICORN"]["display"],
});
auto enemy = config["enemy"];