Skip to content

Commit

Permalink
Merge pull request #374 from agateau/document-free-camera-keys
Browse files Browse the repository at this point in the history
Document how to use the free camera
  • Loading branch information
agateau authored Jul 28, 2023
2 parents fca6a63 + 4d49327 commit 84f58b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/com/agateau/pixelwheels/screens/DebugScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private void setupUi() {
addRange("Racer count", "racerCount", 1, 6);
addRange("Border restitution", "borderRestitution", 1, 50);
addCheckBox("One lap only", "oneLapOnly");
addCheckBox("Free camera", "freeCamera");
addCheckBox("Free camera\n(move with HJKL keys)", "freeCamera");

mCurrentGroup = tabMenuItem.addPage("Speed");
addTitle("Speed");
Expand Down

0 comments on commit 84f58b6

Please sign in to comment.