Skip to content

Commit

Permalink
doc(fix): no reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
ActuallyHappening committed Jul 10, 2023
1 parent f3b3e60 commit 158a49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/board/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

ui.label("Manual mode allows you to plot that path that you want. It has varying levels of freedom, from completely free which allows you to jump from any available square to any other available square\
to only allowing you to move to squares that are one knight move away from the current square. If you want to disable/re-enable a square, switch back to automatic then back to manual.\
To reset your drawing, press the reset button
To reset your drawing, change modes then change back.
");

ui.label("Select a freedom level:");
Expand Down

0 comments on commit 158a49f

Please sign in to comment.