There's a simple death screen now and you can exit. More work on what death means later.
This commit is contained in:
parent
f2864a62ee
commit
6cabd62c7f
5 changed files with 72 additions and 19 deletions
|
@ -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});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue