work-in-progress gui system updating + some settings system updating
This commit is contained in:
@@ -531,6 +531,11 @@ class SignObject : public MapBlockObject
|
||||
setBlockChanged();
|
||||
}
|
||||
|
||||
std::string getText()
|
||||
{
|
||||
return m_text;
|
||||
}
|
||||
|
||||
void setYaw(f32 yaw)
|
||||
{
|
||||
m_yaw = yaw;
|
||||
|
||||
Reference in New Issue
Block a user