1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-30 23:15:32 +01:00

Added item sliding, renamed groups setting to 'slip'

Renamed groups 'slippery' to 'slip' to avoid name collision with clones
and to match override_physics_slip.
This commit is contained in:
cmdskp
2015-12-31 16:14:27 +00:00
parent 54ede741a9
commit f3e1237a27
6 changed files with 48 additions and 40 deletions

View File

@@ -119,7 +119,7 @@ public:
m_speed = speed;
}
void accelerateHorizontal(v3f target_speed, f32 max_increase, int slippery);
void accelerateHorizontal(v3f target_speed, f32 max_increase, int slip);
void accelerateVertical(v3f target_speed, f32 max_increase);
v3f getPosition()