Просмотр исходного кода

Update jme3.adoc

Floated text to the left of images.
mitm001 9 лет назад
Родитель
Сommit
b3589c7dd9
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/docs/asciidoc/jme3.adoc

+ 4 - 4
src/docs/asciidoc/jme3.adoc

@@ -19,8 +19,8 @@ Note that Test apps in this example project are not necessarily the recommended
 ====
 
 
-
-image::jme3/beginner/beginner-physics.png[beginner-physics.png,width="360",height="291",align="right"]
+[.right]
+image::jme3/beginner/beginner-physics.png[beginner-physics.png,width="360",height="291"]
 
 
 *  Make sure you are familiar with basic <<jme3/terminology#,3D game development concepts>> such as <<jme3/the_scene_graph#,the scene graph>>.
@@ -304,8 +304,8 @@ These code examples are not supported by the core team and we cannot guarantee t
 
 == SDK Documentation
 
-
-image::sdk/jmonkeyplatform-docu-2.png[jmonkeyplatform-docu-2.png,width="420",height="300",align="right"]
+[.right]
+image::sdk/jmonkeyplatform-docu-2.png[jmonkeyplatform-docu-2.png,width="420",height="300"]
 
 
 The <<sdk#,jMonkeyEngine SDK>> is our recommended game development environment.