Now the body_ui handles the toughness and attack rating, and applies colors to show your body part status.

This commit is contained in:
Zed A. Shaw 2026-04-03 23:42:49 -04:00
parent 009c5c1cd2
commit 831b46fa3f
11 changed files with 92 additions and 20 deletions

View file

@ -209,7 +209,7 @@ void WorldBuilder::configure_starting_items(DinkyECS::World &world) {
world.make_constant(healing);
auto sword = System::spawn_item(world, "SWORD_1");
inventory.add("hand_main", sword);
inventory.add("weapon", sword);
world.make_constant(sword);
}