@@ -370,7 +370,7 @@ inputManager.addMapping("Pause", new KeyTrigger(usersPauseKey));
TIP: Use xref:ROOT:jme3/faq.adoc#how-do-i-switch-between-third-person-and-first-person-view[flyCam.setEnabled(false);]
-include::partial$proposed-solution-important.adoc[]
+include::partial$proposed-solutions-important.adoc[]
== Conclusion
@@ -123,7 +123,7 @@ Here are some fun things to try:
Look back at the xref:beginner/hello_node.adoc[Hello Node] tutorial if you do not remember the transformation methods for scaling, translating, and rotating.
@@ -382,7 +382,7 @@ Change the code as follows to simulate the player picking up objects into the in
** Position the nodes: The bottom left corner of the HUD is (0f,0f), and the top right corner is at (settings.getWidth(),settings.getHeight()).