You can now choose not to see the answers and try to play

This commit is contained in:
2022-10-17 17:23:35 +02:00
parent 24af23a3a2
commit 40a234b8f1
5 changed files with 88 additions and 11 deletions
+4
View File
@@ -38,5 +38,9 @@ namespace NonoGramme
{
GameGrid.Click(position);
}
public void ToggleSolution()
{
GameGrid.ShowSolution = !GameGrid.ShowSolution;
}
}
}