Skip to content

Commit

Permalink
resolve code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kantun36 committed Mar 22, 2024
1 parent 40af8fb commit 8b7c6c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void onClick(View v) {
private void showAboutDialog() {
AlertDialog.Builder builder = new AlertDialog.Builder(this);
builder.setTitle("Règles et astuces du jeu");
builder.setMessage("Règles et astuces du jeu : " +
builder.setMessage(
"- Appuyez sur les touches en bas à droite de l'écran pour faire monter ou descendre la chauve-souris\n" +
"- Inclinez votre écran à gauche ou à droite pour déplacer la chauve-souris horizontalement \n" +
"- Évitez les obstacles pour ne pas être éliminé \n" +
Expand Down

0 comments on commit 8b7c6c2

Please sign in to comment.