]> git.localhorst.tv Git - blank.git/commit
block sounds depending on block type
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 16 Oct 2015 07:15:55 +0000 (09:15 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 16 Oct 2015 07:18:14 +0000 (09:18 +0200)
commit07b8335e7bfd631e0878e183c87238812d632c56
treeb432cf256c0517cd93bfbfebf89a6a0370e259c6
parent9c5308ba4108bd842af6d9d2e893ea575a7e6ca8
block sounds depending on block type

well, potentially
15 files changed:
assets
src/app/Assets.hpp
src/app/app.cpp
src/audio/SoundBank.hpp [new file with mode: 0644]
src/audio/audio.cpp
src/client/InteractiveState.hpp
src/client/client.cpp
src/shared/WorldResources.hpp
src/shared/shared.cpp
src/standalone/MasterState.cpp
src/standalone/MasterState.hpp
src/ui/InteractiveManipulator.hpp
src/ui/ui.cpp
src/world/BlockType.hpp
src/world/block.cpp