Jelajahi Sumber

fixed broken emoji.

mitm 5 tahun lalu
induk
melakukan
17b61d64b0
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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