Skip to content

Commit

Permalink
Demo text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
miarolfe committed Apr 13, 2023
1 parent 18361a2 commit aade637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHIPSZClassLibrary/StartingScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ public void Draw(List<int> scores)
ifCloseStartGame = false;
reset = true;
}
if (UI.Button(" START DEMO --> "))
if (UI.Button(" START DEMO --> "))
{
ifCloseStartDemo = false;
reset = true;
reset = true;
}
//if (UI.Button("Try again")) reset = true;
if (UI.Button(" HIGH SCORES --> ")) statistics = true;
Expand All @@ -93,7 +93,7 @@ public bool PlayDemo1()
{
if (!endDemo && !firstStepDone)
{
UI.WindowBegin(" Make a palm towards your face to display menu ", ref windowPose2, new Vec2(20, 10) * U.cm, ifCloseStartGame ? UIWin.Normal : UIWin.Body);
UI.WindowBegin("Turn your palm to face you and make a fist to display menu", ref windowPose2, new Vec2(20, 10) * U.cm, ifCloseStartGame ? UIWin.Normal : UIWin.Body);
if (UI.Button(" NEXT --> "))
{
firstStepDone = true;
Expand Down

0 comments on commit aade637

Please sign in to comment.