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

updated scripting api a bit

--HG--
rename : data/luaobjects/test/client.lua => data/scripts/objects/test/client.lua
rename : data/luaobjects/test/server.lua => data/scripts/objects/test/server.lua
This commit is contained in:
Perttu Ahola 2011-02-23 11:10:09 +02:00
parent 9778347c7f
commit be32adc872
8 changed files with 484 additions and 251 deletions

View file

@ -649,7 +649,7 @@ void LuaCAO::updateNodePos()
return;
m_node->setPosition(m_position);
m_node->setRotation(-m_rotation);
m_node->setRotation(m_rotation);
}
void LuaCAO::setPosition(v3f pos)