Basic loot UI mostly working. Each time you open there's a torch and you can place it visually on any slot on your character.
This commit is contained in:
parent
4b34de2109
commit
5c47a0151c
13 changed files with 123 additions and 46 deletions
|
@ -7,6 +7,7 @@
|
|||
using namespace fmt;
|
||||
|
||||
TEST_CASE("test texture management", "[textures]") {
|
||||
components::init();
|
||||
textures::init();
|
||||
auto spider = textures::get("hairy_spider");
|
||||
REQUIRE(spider.sprite != nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue