move wield arm

This commit is contained in:
darkrose 2013-10-12 23:56:05 +10:00
parent 0e5785b646
commit 69a486864d
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ endif(${CMAKE_VERSION} STREQUAL "2.8.2")
project(minetest)
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 1309)
set(VERSION_MAJOR 1310)
set(VERSION_MINOR 00)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}")

View File

@ -488,7 +488,7 @@ void Camera::wield(const InventoryItem* item)
{
// Bare hands
m_wieldnode->setArm();
m_wieldnode_baserotation = v3f(-30, 130, 0);
m_wieldnode_baserotation = v3f(-30, 130, 20);
m_wieldnode_baseposition = v3f(45, -43, 65);
//m_wieldnode->setSprite(g_texturesource->getTextureRaw("hand.png"));
//m_wieldnode->setScale(v3f(40,40,100));

View File

@ -374,7 +374,7 @@ void GUIMainMenu::regenerateGui(v2u32 screensize)
"http://www.minetest-classic.com/\n"
"\n"
"By Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche\n"
"\n"
"Based on Minetest-C55\n"
"by Perttu Ahola <celeron55@gmail.com>\n"