Bläddra i källkod

link to images

mitm001 5 år sedan
förälder
incheckning
c5a5af95b3

+ 1 - 1
docs/modules/core/pages/gui/nifty_gui_java_layout.adoc

@@ -354,7 +354,7 @@ nifty.addScreen("hud", new ScreenBuilder("hud") {{
 Try the sample. Remember to activate a screen using `nifty.gotoScreen("start");` or `hud` respectively.
 The result should look as follows:
 
-image::jme3/advanced/nifty-gui-panels.png[nifty-gui-panels.png,width="",height="",align="center"]
+image::gui/nifty-gui-panels.png[nifty-gui-panels.png,width="",height="",align="center"]
 
 
 == Adding Content to Panels

+ 1 - 1
docs/modules/core/pages/gui/nifty_gui_xml_layout.adoc

@@ -180,7 +180,7 @@ The following panels go into in the `hud` screen's `foreground` layer:
 The result should look as follows:
 
 
-image::jme3/advanced/nifty-gui-panels.png[nifty-gui-panels.png,width="",height="",align="center"]
+image::gui/nifty-gui-panels.png[nifty-gui-panels.png,width="",height="",align="center"]
 
 
 == Adding Content to Panels