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
|
@ -3,7 +3,7 @@
|
|||
#include <string>
|
||||
#include <array>
|
||||
|
||||
constexpr const int INV_SLOTS=20;
|
||||
constexpr const int INV_SLOTS=16;
|
||||
constexpr const int TEXTURE_WIDTH=256;
|
||||
constexpr const int TEXTURE_HEIGHT=256;
|
||||
constexpr const int RAY_VIEW_WIDTH=900;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue