|
@@ -1,11 +1,7 @@
|
|
|
= Integrating Nifty GUI: Projection
|
|
|
-:author:
|
|
|
-:revnumber:
|
|
|
-:revdate: 2016/03/17 20:48
|
|
|
+:revnumber: 2.0
|
|
|
+:revdate: 2020/07/23
|
|
|
:keywords: gui, documentation, nifty, hud, texture
|
|
|
-:relfileprefix: ../../
|
|
|
-:imagesdir: ../..
|
|
|
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
|
|
|
|
|
. <<jme3/advanced/nifty_gui#,Nifty GUI Concepts>>
|
|
@@ -15,7 +11,7 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
. <<jme3/advanced/nifty_gui_java_interaction#,Interact with the GUI from Java>>
|
|
|
|
|
|
|
|
|
-image::jme3/advanced/nifty-gui.png[nifty-gui.png,width="310",height="250",align="left"]
|
|
|
+image::gui/nifty-gui.png[nifty-gui.png,width="310",height="250",align="left"]
|
|
|
|
|
|
|
|
|
Typically you define a key (for example escape) to switch the +++<abbr title="Graphical User Interface">GUI</abbr>+++ on and off. Then you <<jme3/advanced/nifty_gui_overlay#,overlay>> the running game with the +++<abbr title="Graphical User Interface">GUI</abbr>+++ (you will most likely pause the game then).
|