The player now has some starting items to craft a first weapon, and it is craftable in the UI.
This commit is contained in:
parent
c8a8d2b1af
commit
bc557652ba
11 changed files with 199 additions and 155 deletions
|
@ -18,8 +18,8 @@ namespace gui {
|
|||
public:
|
||||
sf::IntRect $ritual_closed_rect{{0,0},{380,720}};
|
||||
sf::IntRect $ritual_open_rect{{380 * 2,0},{380,720}};
|
||||
combat::RitualEngine $engine;
|
||||
combat::RitualBlanket $blanket;
|
||||
ritual::Engine $engine;
|
||||
ritual::CraftingState $blanket;
|
||||
RitualUIState $ritual_state = RitualUIState::CLOSED;
|
||||
textures::SpriteTexture $ritual_ui;
|
||||
components::Animation $ritual_anim;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue