Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroCristovao-Movai committed Apr 4, 2021
1 parent e3431a5 commit a5c2b4c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/java/apps/ImplicitSurface.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ public class ImplicitSurface extends MyFrame {
private TwoDimEngine engine;
private String2D fps;
private static final TextFrame HELP_FRAME = TextFrame.builder()
.addLine(" w : move camera foward")
.addLine(" s : move camera backward")
.addLine(" a : move camera to left")
.addLine(" d : move camera to right")
.addLine(" q : move camera down")
.addLine(" e : move camera up")
.addLine("w : move camera foward")
.addLine("s : move camera backward")
.addLine("a : move camera to left")
.addLine("d : move camera to right")
.addLine("q : move camera down")
.addLine("e : move camera up")
.addLine("p : hd on/off")
.addLine(" drag mouse to change camera")
.addLine("drag mouse to change camera")
.addLine("[0-9]: change surface")
.buildWithTitle("Help");
/**
Expand Down

0 comments on commit a5c2b4c

Please sign in to comment.