Procházet zdrojové kódy

Changed assetmanager topic to reflect only use the subfolders of the assets directory to store assets.

mitm před 7 roky
rodič
revize
8cf4b555df
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/docs/asciidoc/jme3/beginner/hello_asset.adoc

+ 1 - 1
src/docs/asciidoc/jme3/beginner/hello_asset.adoc

@@ -104,7 +104,7 @@ Build and run the code sample. You should see a green Ninja with a colorful teap
 The AssetManager can load files from:
 The AssetManager can load files from:
 
 
 *  The current classpath (the top level of your project directory).
 *  The current classpath (the top level of your project directory).
-*  The `assets` directory of your project.
+*  The sub-folders of the `assets` directory of your project.
 *  Optionally, custom paths that you register.
 *  Optionally, custom paths that you register.
 
 
 The following is the recommended directory structure for storing assets in your project directoy:
 The following is the recommended directory structure for storing assets in your project directoy: