mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Formspec button_exit[] and image_button_exit[]
This commit is contained in:
parent
d44f8a854b
commit
6dfefaf229
4 changed files with 23 additions and 7 deletions
|
@ -130,6 +130,7 @@ class GUIFormSpecMenu : public GUIModalMenu
|
|||
{
|
||||
send = false;
|
||||
is_button = false;
|
||||
is_exit = false;
|
||||
}
|
||||
std::wstring fname;
|
||||
std::wstring flabel;
|
||||
|
@ -137,6 +138,7 @@ class GUIFormSpecMenu : public GUIModalMenu
|
|||
int fid;
|
||||
bool send;
|
||||
bool is_button;
|
||||
bool is_exit;
|
||||
};
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue