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

Update steer_behaviours.adoc

Fixed broken links.
Added table for youtube and uploaded default image.
Fixed broken new lines.
mitm001 8 лет назад
Родитель
Сommit
c94db72e4a
1 измененных файлов с 12 добавлено и 6 удалено
  1. 12 6
      src/docs/asciidoc/jme3/advanced/steer_behaviours.adoc

+ 12 - 6
src/docs/asciidoc/jme3/advanced/steer_behaviours.adoc

@@ -8,12 +8,18 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
 
 
 Steer behaviors allows you to control the locomotion of “characters”, this can reduce drastically the time needed to develop a game since for almost every game we need to set how these “characters” will be moving around the scene.
 Steer behaviors allows you to control the locomotion of “characters”, this can reduce drastically the time needed to develop a game since for almost every game we need to set how these “characters” will be moving around the scene.
-+
-+
-*Steer behaviors in action:*
-image:jme3/advanced/youtube_yyztntsgv00[youtube_yyztntsgv00,width="",height=""]
-+
-Be sure that you have checked the demos: They can be downloaded here: link:http://localhost/jmeSteerTesting/downloads.php[jmesteer.bdevel.org]
+
+[cols="2",caption=]
+.YouTube
+|===
+
+a|.Steer behaviors in action image:jme3/advanced/hqdefault.jpg,width="",height="",link=https://youtu.be/yyzTntsGV00]
+a|
+
+|===
+ 
+
+Be sure that you have checked the demos: They can be downloaded here: link:http://jmesteer.bdevel.org[jmesteer.bdevel.org]
 
 
 
 
 == First steps
 == First steps