Explorar o código

Update hello_asset.adoc

mitm001 %!s(int64=9) %!d(string=hai) anos
pai
achega
30a1c49cd0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/docs/asciidoc/jme3/beginner/hello_asset.adoc

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

@@ -426,6 +426,7 @@ Again, you should see the Ninja+wall+teapot standing in a town.
 Now you know how to populate the scenegraph with static shapes and models, and how to build scenes. You have learned how to load assets using the `assetManager` and you have seen that the paths start relative to your project directory. Another important thing you have learned is to convert models to .j3o format for the executable JARs etc.
 
 Let's add some action to the scene and continue with the <<jme3/beginner/hello_main_event_loop#,Update Loop>>!
+
 '''
 
 *See also:*