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:
parent
9778347c7f
commit
be32adc872
8 changed files with 484 additions and 251 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue