mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Added sprite extruder
This commit is contained in:
parent
4ed837bcfa
commit
36bcbca9ac
8 changed files with 425 additions and 103 deletions
|
@ -357,8 +357,6 @@ public:
|
|||
return true;
|
||||
}
|
||||
|
||||
void wieldItem(u16 item);
|
||||
|
||||
void move(f32 dtime, Map &map, f32 pos_max_d,
|
||||
core::list<CollisionInfo> *collision_info);
|
||||
void move(f32 dtime, Map &map, f32 pos_max_d);
|
||||
|
@ -367,8 +365,6 @@ public:
|
|||
|
||||
PlayerControl control;
|
||||
|
||||
scene::ISceneNode *wield;
|
||||
|
||||
private:
|
||||
// This is used for determining the sneaking range
|
||||
v3s16 m_sneak_node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue