Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarInventory.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-08-18 23:14:53 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-08-18 23:14:53 +1000
commitf6f91b18e834a5401f37217d09b69593de3cb4a5 (patch)
treeb5d4c6662eb75708cb22282c27b97307d62fa042 /source/frontend/StarInventory.hpp
parentcd36a269fd1ccfd40ec09aca25285c6f9a875c43 (diff)
Various improvements
You can now right click empty slots to insert one from swap. Added unique sounds for the swap slot count incrementing/decrementing. Material placement now plays sounds.
Diffstat (limited to 'source/frontend/StarInventory.hpp')
-rw-r--r--source/frontend/StarInventory.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/frontend/StarInventory.hpp b/source/frontend/StarInventory.hpp
index 807e2ec..af08f62 100644
--- a/source/frontend/StarInventory.hpp
+++ b/source/frontend/StarInventory.hpp
@@ -58,6 +58,8 @@ private:
StringList m_pickUpSounds;
StringList m_putDownSounds;
+ StringList m_someUpSounds;
+ StringList m_someDownSounds;
Maybe<ItemDescriptor> m_currentSwapSlotItem;
List<ImageWidgetPtr> m_disabledTechOverlays;