1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Wielded tool updates, leaves and glass work now

This commit is contained in:
Kahrl 2011-09-19 17:08:42 +02:00
parent 02726f0003
commit ab42549b1e
3 changed files with 21 additions and 16 deletions

View file

@ -166,6 +166,11 @@ private:
s32 m_view_bobbing_state;
// Speed of view bobbing animation
f32 m_view_bobbing_speed;
// Digging animation
s32 m_digging_anim;
// Speed of digging animation
s32 m_digging_speed;
};
@ -187,7 +192,7 @@ public:
s32 id = -1,
const v3f& position = v3f(0,0,0),
const v3f& rotation = v3f(0,0,0),
const v3f& scale = v3f(0,0,0));
const v3f& scale = v3f(1,1,1));
~ExtrudedSpriteSceneNode();
void setSprite(video::ITexture* texture);