diff --git a/data/tool_steelaxe.png b/data/tool_steelaxe.png index 390dbb0..0ad23c9 100644 Binary files a/data/tool_steelaxe.png and b/data/tool_steelaxe.png differ diff --git a/data/tool_stoneaxe.png b/data/tool_stoneaxe.png index 0c5414a..698ac91 100644 Binary files a/data/tool_stoneaxe.png and b/data/tool_stoneaxe.png differ diff --git a/data/tool_woodaxe.png b/data/tool_woodaxe.png index 34f54ef..3daa4af 100644 Binary files a/data/tool_woodaxe.png and b/data/tool_woodaxe.png differ diff --git a/src/camera.cpp b/src/camera.cpp index 1a53304..34226b9 100644 --- a/src/camera.cpp +++ b/src/camera.cpp @@ -208,7 +208,7 @@ void Camera::update(LocalPlayer* player, f32 frametime, v2u32 screensize) #if 1 f32 bobknob = 1.2; f32 bobtmp = sin(pow(bobfrac, bobknob) * PI); - f32 bobtmp2 = cos(pow(bobfrac, bobknob) * PI); + //f32 bobtmp2 = cos(pow(bobfrac, bobknob) * PI); v3f bobvec = v3f( 0.3 * bobdir * sin(bobfrac * PI), @@ -265,7 +265,7 @@ void Camera::update(LocalPlayer* player, f32 frametime, v2u32 screensize) // Position the wielded item v3f wield_position = v3f(45, -35, 65); - v3f wield_rotation = v3f(90, -90, -90); + v3f wield_rotation = v3f(-100, 110, -100); if (m_digging_button != -1) { f32 digfrac = m_digging_anim;