There's a simple death screen now and you can exit. More work on what death means later.

This commit is contained in:
Zed A. Shaw 2025-01-07 14:07:10 -05:00
parent f2864a62ee
commit 6cabd62c7f
5 changed files with 72 additions and 19 deletions

View file

@ -215,7 +215,6 @@ void WorldBuilder::place_entities(DinkyECS::World &world) {
// configure player in the world
Player player{player_ent};
world.set_the<Player>(player);
world.set<Combat>(player.entity, {100, 10});
world.set<LightSource>(player.entity, {50,1.0});
world.set<Inventory>(player.entity, {5});