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:
parent
2816d8f638
commit
7e490e7213
9 changed files with 340 additions and 243 deletions
|
@ -531,6 +531,11 @@ public:
|
|||
setBlockChanged();
|
||||
}
|
||||
|
||||
std::string getText()
|
||||
{
|
||||
return m_text;
|
||||
}
|
||||
|
||||
void setYaw(f32 yaw)
|
||||
{
|
||||
m_yaw = yaw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue