瀏覽代碼

fixed broken emoji.

mitm 5 年之前
父節點
當前提交
17b61d64b0
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/docs/asciidoc/jme3/beginner/hello_collision.adoc

+ 2 - 1
src/docs/asciidoc/jme3/beginner/hello_collision.adoc

@@ -5,6 +5,7 @@
 :keywords: beginner, collision, control, intro, documentation, model, physics
 :relfileprefix: ../../
 :imagesdir: ../..
+:stylesheet: twemoji-awesome.css
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
@@ -206,7 +207,7 @@ public class HelloCollision extends SimpleApplication
 
 ----
 
-Run the sample. You should see a town square with houses and a monument. Use the WASD keys and the mouse to navigate around with a first-person perspective. Run forward and jump by pressing W and Space. Note how you step over the sidewalk, and up the steps to the monument. You can walk in the alleys between the houses, but the walls are solid. Don't walk over the edge of the world! emoji:smiley
+Run the sample. You should see a town square with houses and a monument. Use the WASD keys and the mouse to navigate around with a first-person perspective. Run forward and jump by pressing W and Space. Note how you step over the sidewalk, and up the steps to the monument. You can walk in the alleys between the houses, but the walls are solid. Don't walk over the edge of the world! emoji:smiley[]
 
 
 == Understanding the Code