Display which tool the player is holding

And some simple animation when trying to dig...
This commit is contained in:
JacobF
2011-09-07 10:56:04 -04:00
parent 5c1074aa7d
commit f31b0a3361
6 changed files with 137 additions and 30 deletions

View File

@@ -210,6 +210,7 @@ class Client : public con::PeerHandler, public InventoryManager
// eye position in *eye_position
v3f getPlayerPosition(v3f *eye_position=NULL);
void setPlayerWield(scene::ISceneNode *wield);
void setPlayerControl(PlayerControl &control);
void selectPlayerItem(u16 item);