|
@@ -1,10 +1,6 @@
|
|
= loading_screen
|
|
= loading_screen
|
|
-:author:
|
|
|
|
-:revnumber:
|
|
|
|
-:revdate: 2016/03/17 20:48
|
|
|
|
-:relfileprefix: ../../
|
|
|
|
-:imagesdir: ../..
|
|
|
|
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
|
|
+:revnumber: 2.0
|
|
|
|
+:revdate: 2020/07/15
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -20,7 +16,7 @@ image:jme3/advanced/inner1.png[inner1.png,width="",height=""]
|
|
|
|
|
|
image:jme3/advanced/border1.png[border1.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 need to add the jme3-niftygui and xref:sdk:sample_code#jme3testdata-assets.adoc[jme3-test-data] libraries.
|
|
|
|
|
|
You will need to set your projects source to JDK 8.
|
|
You will need to set your projects source to JDK 8.
|
|
|
|
|
|
@@ -368,7 +364,7 @@ NOTE: Try and add all controls near the end, as their update loops may begin exe
|
|
|
|
|
|
=== Using multithreading
|
|
=== Using multithreading
|
|
|
|
|
|
-For more info on multithreading: <<jme3/advanced/multithreading#,The jME3 Threading Model>>
|
|
|
|
|
|
+For more info on multithreading: xref:jme3/advanced/multithreading.adoc[The jME3 Threading Model]
|
|
|
|
|
|
Make sure to change the XML file to point the controller to TestLoadingScreen*1*.
|
|
Make sure to change the XML file to point the controller to TestLoadingScreen*1*.
|
|
|
|
|