diff --git a/Unit1.cpp b/Unit1.cpp index 7a13f3f..dd12709 100644 --- a/Unit1.cpp +++ b/Unit1.cpp @@ -68,7 +68,7 @@ void __fastcall TForm1::playButtonClick(TObject *Sender) workButton->Left = 88; shopButton->Caption = "Go to the shop"; shopButton->Visible = true; - shopButton->Left = 192; + shopButton->Left = 192; beniuCaught = false; stonkFishCaught = false; tryAgainButton->Visible = false; diff --git a/Unit1.~cpp b/Unit1.~cpp index 1d1209b..7a13f3f 100644 --- a/Unit1.~cpp +++ b/Unit1.~cpp @@ -63,6 +63,12 @@ void __fastcall TForm1::playButtonClick(TObject *Sender) itemsBox->Clear(); for (int i = 0; i < itemCount; i++) itemsBox->AddItem("Baguette", NULL); + workButton->Caption = "Work at the park"; + workButton->Visible = true; + workButton->Left = 88; + shopButton->Caption = "Go to the shop"; + shopButton->Visible = true; + shopButton->Left = 192; beniuCaught = false; stonkFishCaught = false; tryAgainButton->Visible = false; diff --git a/Unit1.~dfm b/Unit1.~dfm index 82b24de..3954b6c 100644 --- a/Unit1.~dfm +++ b/Unit1.~dfm @@ -1,6 +1,6 @@ object Form1: TForm1 - Left = 339 - Top = 138 + Left = 304 + Top = 193 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'hug the sealand v1.1'