Browse Source

Fixed out of order menu in GUI Element topic.

mitm 7 năm trước cách đây
mục cha
commit
5ef4074c7a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/docs/asciidoc/jme3/advanced/nifty_gui_xml_layout.adoc

+ 2 - 2
src/docs/asciidoc/jme3/advanced/nifty_gui_xml_layout.adoc

@@ -56,14 +56,14 @@ Create an empty *screen*.xml file in the `assets/Interface/` directory of your p
 
 CAUTION: Do not use the SDK built in Nifty file editor. It does not work and is full of bugs that will lead to significant hair loss. Instead, create a empty XML file.
 
-.  btn:[RMB] click on `menu:Interface[New>Other>XML>XML Document]` followed by the btn:[Next >] button.
+.  btn:[RMB] click on `Interface` and select `menu:New[Other>XML>XML Document]` followed by the btn:[Next >] button.
 //.  btn:[RMB] click on `menu:Interface[New>Other>GUI>Empty Gui]` followed by the btn:[Next >] button.
 .  Name the file "`screen`" and when ready select btn:[Next >].
 .  Accept the default selection of "`Well-formed Document`" by clicking the btn:[Finish] button.
 
 Afterwards create the directory `assets/Interface/Fonts` and add a new font e.g. Arial.
 
-.  btn:[RMB] click on `menu:Interface[New>Other>Other>Folder]` followed by the btn:[Next >] button.
+.  btn:[RMB] click on `Interface` and select `menu:New[Other>Other>Folder]` followed by the btn:[Next >] button.
 .  Name the folder "`Fonts`" and when ready select btn:[Finish].
 
 With the "`Fonts`" folder still selected.