TextBox / removed BuyButton / impoved CreateWorldScreen

This commit is contained in:
2026-03-10 02:51:32 +03:00
parent 65d25748db
commit 0c97ceb340
9 changed files with 204 additions and 144 deletions

View File

@@ -3,15 +3,7 @@
#include "../../Screen.h"
#include "../../components/LargeImageButton.h"
class BuyButton: public ImageButton {
typedef ImageButton super;
public:
BuyButton(int id);
void render(Minecraft* minecraft, int xm, int ym);
};
#include "../../components/TextBox.h"
namespace Touch {
@@ -36,8 +28,6 @@ private:
LargeImageButton bHost;
LargeImageButton bJoin;
LargeImageButton bOptions;
TButton bTest;
BuyButton bBuy;
std::string copyright;
int copyrightPosX;