Selaa lähdekoodia

Updated content.

mitm 8 vuotta sitten
vanhempi
commit
71c359e47d
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      src/docs/asciidoc/jme3/advanced/loading_screen.adoc

+ 5 - 1
src/docs/asciidoc/jme3/advanced/loading_screen.adoc

@@ -14,12 +14,16 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 //link:http://sourceforge.net/apps/mediawiki/nifty-gui/index.php?title=Create_your_own_Control_%28//A_Nifty_Progressbar%29[http://sourceforge.net/apps/mediawiki/nifty-gui/index.php?title=Create_yo//ur_own_Control_%28A_Nifty_Progressbar%29]
 
 This example will use the existing hello terrain as an example.
-It will require these 2 images inside Assets/Interface/ (save them as border.png and inner.png respectively)
+It will require these 2 images inside Assets/Interface/ (save them as border.png and inner.png respectively).
 
 image:jme3/advanced/inner1.png[inner1.png,width="",height=""]
 
 image:jme3/advanced/border1.png[border1.png,width="",height=""]
 
+You need to add the jme3-niftygui and <<sdk/sample_code#jme3testdata-assets#,jme3-test-data>> libraries.
+
+You will need to set your projects source to JDK 8.
+
 This is the progress bar at 90%:
 
 image:jme3/advanced/loadingscreen.png[loadingscreen.png,width="",height=""]