mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
work-in-progress gui system updating + some settings system updating
This commit is contained in:
@@ -531,6 +531,11 @@ public:
|
||||
setBlockChanged();
|
||||
}
|
||||
|
||||
std::string getText()
|
||||
{
|
||||
return m_text;
|
||||
}
|
||||
|
||||
void setYaw(f32 yaw)
|
||||
{
|
||||
m_yaw = yaw;
|
||||
|
Reference in New Issue
Block a user