mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
using 3D positions for GUI elements
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
namespace battleship{
|
||||
class OfferButton : public vb01Gui::Button{
|
||||
public:
|
||||
OfferButton(vb01::Vector2, vb01::Vector2, int, std::string, int, std::string);
|
||||
OfferButton(vb01::Vector3, vb01::Vector2, int, std::string, int, std::string);
|
||||
void onClick();
|
||||
inline void setPlayerId(int plId){playerId = plId;}
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user