1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

work-in-progress gui system updating + some settings system updating

This commit is contained in:
Perttu Ahola 2010-12-23 17:09:49 +02:00
parent 2816d8f638
commit 7e490e7213
9 changed files with 340 additions and 243 deletions

View file

@ -531,6 +531,11 @@ public:
setBlockChanged();
}
std::string getText()
{
return m_text;
}
void setYaw(f32 yaw)
{
m_yaw = yaw;