using 3D positions for GUI elements

This commit is contained in:
devZoGok
2024-05-18 11:47:56 +03:00
parent b4891fd890
commit 2dcc1973ae
86 changed files with 238 additions and 250 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
namespace battleship{
class ExportButton : public vb01Gui::Button{
public:
ExportButton(vb01::Vector2 pos, vb01::Vector2 size);
ExportButton(vb01::Vector3 pos, vb01::Vector2 size);
void onClick();
};
}