Browse Source

center images

mitm001 5 năm trước cách đây
mục cha
commit
da801fc95b
1 tập tin đã thay đổi với 4 bổ sung6 xóa
  1. 4 6
      docs/modules/core/pages/effect/effects_overview.adoc

+ 4 - 6
docs/modules/core/pages/effect/effects_overview.adoc

@@ -83,12 +83,10 @@ public class MyGame extends SimpleApplication {
 == Water
 
 [.center]
---
-image:effect/water-post.png[water-post.png,width="150",height="100"]
-image:effect/water.png[water.png,width="150",height="100"]
-image:effect/water-reflection-muddy.png[water-reflection-muddy.png,width="150",height="100"]
-image:effect/underwater2.jpg[underwater2.jpg,width="150",height="100"]
---
+image:effect/water-post.png[water-post.png,width="150",height="100",align="center"]
+image:effect/water.png[water.png,width="150",height="100",align="center"]
+image:effect/water-reflection-muddy.png[water-reflection-muddy.png,width="150",height="100",align="center"]
+image:effect/underwater2.jpg[underwater2.jpg,width="150",height="100",align="center"]
 
 The jMonkeyEngine xref:jme3/advanced/water.adoc["`SeaMonkey WaterFilter`"] simulates ocean waves, foam, including cool underwater caustics. +
 Use the SimpleWaterProcessor (SceneProcessor) for small, limited bodies of water, such as puddles, drinking troughs, pools, fountains.